envoyproxy/envoy

Add response flags to requests metrics

Open

#6,431 创建于 2019年3月29日

在 GitHub 查看
 (8 评论) (13 反应) (0 负责人)C++ (5,373 fork)batch import
enhancementhelp wanted

仓库指标

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

描述

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.

贡献者指南