envoyproxy/envoy

access log: support generic protocol

Open

#13,085 opened on Sep 14, 2020

View on GitHub
 (7 comments) (2 reactions) (0 assignees)C++ (5,373 forks)batch import
area/access_logdesign proposalhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: access log: support generic protocol

Description:

I want to add access log support for dubbo and thrift filter, but find out current access log formatter only support TCP / HTTP, and it cannot be extended. Any thoughts about implement a generic access log formatter ? Thanks !

Contributor guide