envoyproxy/envoy

Stats: Expose downstream_rq_xx counter with specific response codes

Open

#17 370 ouverte le 15 juil. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/httphelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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.

Guide contributeur