envoyproxy/envoy

Some of listener's statistics can support to be collected per dst ip

Open

#21,258 创建于 2022年5月12日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/listenerarea/statshelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Description: As envoy works as proxy, which means all of the connections can use just one listener, this makes all of IP's statistics are all put together to the statistics of listener. This is not easy to figure out when there are just some of the ip's are having the issue like TLS handshake error. In TLS level, there is already connections info, so some of the statistics can be exposed with ip infos.

If envoy can supports to enhance some of listener's statistics to be collected per dst ip, then it should be helpful to debug issues

贡献者指南