envoyproxy/envoy
Ver no GitHubStats: Expose downstream_rq_xx counter with specific response codes
Open
#17.370 aberto em 15 de jul. de 2021
area/httphelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
Currently, for the downstream response count, we have downstream_rq_1xx, downstream_rq_2xx metrics which are aggregated by the response codes, and thereby there's only the response code class label exposed. It would be good to have these metrics by specific response code along with aggregating them into a response code class.
There is something similar already exposed in case of upstream metrics, would be useful to have the same for downstream ones as well.