envoyproxy/envoy

[Bandwidth-Limit] Gauge metrics not decrement correctly

Open

#18,703 创建于 2021年10月21日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/statsbughelp wanted

仓库指标

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

描述

Title: BandwidthLimit Filter Gauge metrics not decrement correctly

Description: The following Gauge metrics are not correctly decremented

  • request_incoming_size
  • request_allowed_size
  • response_incoming_size
  • response_allowed_size

Repro steps:

Include sample requests, environment, etc. All data and inputs required to reproduce the bug.

Refer to PR: https://github.com/envoyproxy/envoy/pull/18267

贡献者指南