You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Multiple circuit breakers emit the same stat
Description:
It appears that for the HTTP/2 connection pool, the cluster.<name>.upstream_rq_pending_overflow stat is emitted when two different circuit breakers are hit: max_requests [0] and max_pending_requests [1].
This has the potential to be confusing, particularly if the the thresholds are configured to be different.
This is a duplicate of #9215 or very similar. I agree this is extremely confusing and something I would like to fix. cc @tonya11en. Can we potentially merge this into #9215 if that issue does not cover this also?
The only requirement here is that there needs to be a separate stat for requests overflow and for pending requests overflow. Since the HTTP/1 connection pool already has this, I suspect when the work in #9125 is done the HTTP/2 connection pool will also have it.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
stalebot
added
the
stale
stalebot believes this issue/PR has not been touched recently
label
Feb 3, 2020
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.
Title: Multiple circuit breakers emit the same stat
Description:
It appears that for the HTTP/2 connection pool, the
cluster.<name>.upstream_rq_pending_overflow
stat is emitted when two different circuit breakers are hit:max_requests
[0] andmax_pending_requests
[1].This has the potential to be confusing, particularly if the the thresholds are configured to be different.
I believe this was introduced in #4917
[0] https://github.com/envoyproxy/envoy/blob/2fe5b8a/source/common/http/http2/conn_pool.cc#L92
[1] https://github.com/envoyproxy/envoy/blob/2fe5b8a/source/common/http/http2/conn_pool.cc#L132
The text was updated successfully, but these errors were encountered: