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
Current circuit breaker naming convention is {clientName}-{serviceProcedureName}
The QPS level is captured per serviceProcedureName level
However, the above approach fails when a client has multiple services and each service has the same procedure. QPS level information is kept in a map (procedureName to qps level) and keeps the last value for multiple keys having same value
To correct this we should update the circuit breaker name as {clientName}-{serviceName}-{serviceProcedureName}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: