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
To simplify the link between a routing rule and the corresponding CircuitBreaker values, we would like to store not only the circuit(aka path of the routing rule), but also the metricName.
The CircuitBreaker provides an API to list all circuits with the current state, failRatio and path. The output looks like this:
To simplify the link between a routing rule and the corresponding CircuitBreaker values, we would like to store not only the
circuit
(aka path of the routing rule), but also themetricName
.The new output could look something like this:
The text was updated successfully, but these errors were encountered: