Interface | Description |
---|---|
Reservoir |
A statistically representative reservoir of a data stream.
|
Class | Description |
---|---|
Clock |
An abstraction for how time passes.
|
Clock.CpuTimeClock |
A clock implementation which returns the current thread's CPU time.
|
Clock.UserTimeClock |
A clock implementation which returns the current time in epoch
nanoseconds.
|
ConcurrentGaugeImpl |
Implementation of ConcurrentGauge from Microprofile Metrics
|
CounterImpl |
An incrementing and decrementing counter metric.
|
EWMA |
An exponentially-weighted moving average.
|
ExponentiallyDecayingReservoir |
An exponentially-decaying random reservoir of
long s. |
GaugeImpl<T> | |
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.
|
MetricRegistryImpl |
The MetricRegistry stores the metrics and metadata information
|
TimerImpl |
A timer metric which aggregates timing durations and provides duration
statistics, plus throughput statistics via
Meter . |
TimerImpl.Context |
A timing context.
|
WeightedSnapshot |
A statistical snapshot of a
WeightedSnapshot . |
WeightedSnapshot.WeightedSample |
A single sample item with value and its weights for
WeightedSnapshot . |
Copyright © 2019. All rights reserved.