@Deprecated public interface LoadBalancerSocketMetrics extends io.rsocket.Availability
| Modifier and Type | Method and Description |
|---|---|
double |
higherQuantileLatency()
Deprecated.
Higher quantile value of latency as per last calculation.
|
double |
interArrivalTime()
Deprecated.
An exponentially weighted moving average value of the time between two requests.
|
long |
lastTimeUsedMillis()
Deprecated.
Last time this socket was used i.e.
|
double |
lowerQuantileLatency()
Deprecated.
Lower quantile of latency as per last calculation.
|
double |
medianLatency()
Deprecated.
Median value of latency as per last calculation.
|
int |
pending()
Deprecated.
Number of pending requests at this moment.
|
double medianLatency()
double lowerQuantileLatency()
double higherQuantileLatency()
double interArrivalTime()
int pending()
long lastTimeUsedMillis()