-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
kind/improvementImprovement on an existing featureImprovement on an existing featuretriage/acceptedThe issue was reviewed and is complete enough to start working on itThe issue was reviewed and is complete enough to start working on it
Description
Motivation
Currently, the track_remaining metric is set when a MeshCircuitBreaker is matched for the proxy. However, it should also be set even when there is no MeshCircuitBreaker matched for the proxy. This will ensure consistent tracking of remaining connections and improve observability.
Implementation
- Update the logic to set
track_remainingregardless of whether a MeshCircuitBreaker is matched for the proxy. - Add tests to verify the behavior when no MeshCircuitBreaker is present.
Related
Follow-up to #12206
Metadata
Metadata
Assignees
Labels
kind/improvementImprovement on an existing featureImprovement on an existing featuretriage/acceptedThe issue was reviewed and is complete enough to start working on itThe issue was reviewed and is complete enough to start working on it