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
When the circuit breaker transitions into the open state, the count is reset. This reset prevents us from feeding accurate metrics to Prometheus at the exact moment of the state change. As a result, Prometheus cannot capture the metrics correctly during this critical transition phase.
Would it be possible to retain the current count value at the moment of the state change to ensure proper metric logging? This would help us get more accurate insights into the behavior of the circuit breaker.
When the circuit breaker transitions into the open state, the count is reset. This reset prevents us from feeding accurate metrics to Prometheus at the exact moment of the state change. As a result, Prometheus cannot capture the metrics correctly during this critical transition phase.
Would it be possible to retain the current count value at the moment of the state change to ensure proper metric logging? This would help us get more accurate insights into the behavior of the circuit breaker.
https://github.com/sony/gobreaker/blob/master/v2/gobreaker.go#L366
The text was updated successfully, but these errors were encountered: