| Clock |
An abstraction for how time passes.
|
| Clock.UserTimeClock |
A clock implementation which returns the current time in epoch nanoseconds.
|
| ConcurrentGaugeImpl |
|
| CounterImpl |
|
| EWMA |
An exponentially-weighted moving average.
|
| ExponentiallyDecayingReservoir |
An exponentially-decaying random reservoir of longs.
|
| HistogramImpl |
A metric which calculates the distribution of a value.
|
| MeterImpl |
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughputs.
|
| SimpleTimerImpl |
|
| SimpleTimerImpl.Context |
A timing context.
|
| TimerImpl |
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via MeterImpl.
|
| TimerImpl.Context |
A timing context.
|
| WeightedSnapshot |
|
| WeightedSnapshot.WeightedSample |
|