area/access_logenhancementhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Title: Access log not available for redis proxy filter
Description: TCP proxy filter has access log which is useful for debugging. redis proxy however, does not have this field to configure. In a debugging senario, I have to changed to redis proxy to tcp proxy to verify traffic go through envoy.
[optional Relevant Links:]
- Redis proxy config
- Access log is only for TCP proxy and http connection manager, https://www.envoyproxy.io/docs/envoy/latest/configuration/access_log
I'm not so sure the appropriate way to debug the case above and if access log makes sense for networking filter or not. Please feel free to point something that's intended to be used instead.