public static interface CircuitBreaker.Metrics
| Modifier and Type | Method and Description |
|---|---|
float |
getFailureRate()
Returns the failure rate in percentage.
|
int |
getMaxNumberOfBufferedCalls()
Returns the maximum number of buffered calls.
|
int |
getNumberOfBufferedCalls()
Returns the current number of buffered calls.
|
int |
getNumberOfFailedCalls()
Returns the current number of failed calls.
|
long |
getNumberOfNotPermittedCalls()
Returns the current number of not permitted calls, when the state is OPEN.
|
int |
getNumberOfSuccessfulCalls()
Returns the current number of successful calls.
|
float getFailureRate()
int getNumberOfBufferedCalls()
int getNumberOfFailedCalls()
long getNumberOfNotPermittedCalls()
int getMaxNumberOfBufferedCalls()
int getNumberOfSuccessfulCalls()