public class TimeWindowLatencyHistogram
extends java.lang.Object
| Constructor and Description |
|---|
TimeWindowLatencyHistogram(Clock clock,
HistogramConfig histogramConfig) |
| Modifier and Type | Method and Description |
|---|---|
double |
histogramCountAtValue(long valueNanos) |
double |
percentile(double percentile,
java.util.concurrent.TimeUnit unit) |
void |
record(long valueNano) |
public TimeWindowLatencyHistogram(Clock clock, HistogramConfig histogramConfig)