| Interface | Description |
|---|---|
| Clocked | |
| Countable | |
| Estimating | |
| Metered | |
| Metric | |
| Metrics.MetricBuilder<M extends Metric> | |
| Ranking | |
| Sample | |
| Shutterbug | |
| Stoppable | |
| Timed | |
| Tracked |
| Class | Description |
|---|---|
| Chronometer | |
| ChronometerInstrument | |
| ChronometerInstrumentAndReturn<T> | |
| Clock | |
| CpuClock | |
| EpochClock | |
| ExponentiallyDecayingSample |
Uses Cormode et al's forward-decayiny priority reservoir sampling method to produce a statistically
representative sample, exponentially biased towards newer entries.
|
| ExponentiallyWeightedMovingAverage | |
| Histogram | |
| Instrument<M extends Metric> | |
| InstrumentAndReturn<M extends Metric,T> | |
| InstrumentationArguments<M extends Metric> | |
| InstrumentationManager | |
| Meter | |
| MetricKey | |
| MetricProperty | |
| MetricRegistry | |
| Metrics | |
| Register | |
| Snapshot | |
| Speedometer | |
| UniformSample |
Uses Vitter's Algorithm R to produce a statistically representative sample.
|
| VirtualMachineInfo | |
| VirtualMachineInfo.BufferPoolStats | |
| VirtualMachineInfo.GarbageCollectorStats |
| Enum | Description |
|---|---|
| Clocks | |
| MetricType | |
| Samples |
| Exception | Description |
|---|---|
| InstrumentationException |
Copyright © 2013. All Rights Reserved.