envoyproxy/envoy

Stats: Expose downstream_rq_xx counter with specific response codes

开放

#17,370 创建于 2021年7月15日

 (3 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/httphelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南