SLABuilder<SLABuilder.ListBuilder<P>> |
SLABuilder.ListBuilder.addItem() |
One or more SLA configurations.
|
SLABuilder<P> |
SLABuilder.blockedRatio(double blockedRatio) |
Maximum allowed ratio of time spent waiting for usable connection to sum of response latencies and blocked time.
|
SLABuilder<PB> |
PhaseBuilder.customSla(java.lang.String metric) |
|
SLABuilder<P> |
SLABuilder.LimitsBuilder.end() |
|
SLABuilder<P> |
SLABuilder.errorRatio(double errorRatio) |
Maximum allowed ratio of errors: connection failures or resets, timeouts and internal errors.
|
SLABuilder<P> |
SLABuilder.invalidRatio(double invalidRatio) |
Maximum allowed ratio of requests with responses marked as invalid.
|
SLABuilder<P> |
SLABuilder.meanResponseTime(long meanResponseTime,
java.util.concurrent.TimeUnit timeUnit) |
|
SLABuilder<P> |
SLABuilder.meanResponseTime(java.lang.String meanResponseTime) |
Maximum allowed mean (average) response time.
|
SLABuilder<P> |
SLABuilder.window(long window,
java.util.concurrent.TimeUnit timeUnit) |
|
SLABuilder<P> |
SLABuilder.window(java.lang.String window) |
Period over which the stats should be collected.
|