envoyproxy/envoy

Add response flags to requests metrics

Open

#6431 aperta il 29 mar 2019

Vedi su GitHub
 (8 commenti) (13 reazioni) (0 assegnatari)C++ (5373 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

Title: Add response flags to request metrics

Description: Request metrics take the form of envoy_cluster_upstream_rq{envoy_response_code="503",envoy_cluster_name="<cluster_name>"} in the /stats?format=prometheus endpoint. In the access logs, each log line can be configured to include the response_flags associated with Envoy's response. Adding the response_flags that are present in the access log to these metrics would help disambiguate this data and help more quickly determine root causes.

Guida contributor