@Version(value="1.0")
| Interface | Description |
|---|---|
| Counter |
An incrementing and decrementing counter metric.
|
| Counting |
An interface for metric types which have counts.
|
| Gauge<T> |
A gauge metric is an instantaneous reading of a particular value.
|
| Histogram |
A metric which calculates the distribution of a value.
|
| Meter |
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughputs.
|
| Metered |
An object which maintains mean and exponentially-weighted rate.
|
| Metric |
A tag interface to indicate that a class is a metric.
|
| MetricFilter |
A filter used to determine whether or not a metric should be reported, among other things.
|
| Sampling |
An object which samples values.
|
| Timer |
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via
Meter. |
| Timer.Context |
A timing context.
|
| Class | Description |
|---|---|
| Metadata |
Bean holding the metadata of one single metric.
|
| MetricRegistry |
The registry that stores metrics and their metadata.
|
| MetricUnits |
Standard units constants for metric's
Metadata. |
| Snapshot |
A statistical snapshot of a
Snapshot. |
| Enum | Description |
|---|---|
| MetricRegistry.Type |
An enumeration representing the scopes of the MetricRegistry
|
| MetricType |
An enumeration representing the different types of metrics.
|
Copyright © 2017. All rights reserved.