envoyproxy/envoy

[Bandwidth-Limit] Gauge metrics not decrement correctly

Open

#18,703 opened on Oct 21, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/statsbughelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

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

Contributor guide