| Interface | Description |
|---|---|
| Clock | |
| Counter |
Used to measure the rate of change based on calls to increment.
|
| DistributionSummary |
Track the sample distribution of events.
|
| Gauge | |
| LongTaskTimer | |
| Meter |
A counter, gauge, timer, or distribution summary that results collects one or more metrics.
|
| Meter.Id | |
| MeterRegistry |
Creates and manages your application's set of meters.
|
| MeterRegistry.Config | |
| MeterRegistry.More | |
| MeterRegistry.Search | |
| NamingConvention |
Monitoring systems make different recommendations regarding naming convention.
|
| Tag |
Key/value pair representing a dimension of a meter used to classify and drill into measurements.
|
| Timer |
Timer intended to track of a large number of short running events.
|
| Class | Description |
|---|---|
| AbstractMeter | |
| AbstractMeterRegistry | |
| AbstractTimer | |
| Counter.Builder | |
| DistributionSummary.Builder | |
| Gauge.Builder<T> | |
| ImmutableTag | |
| LongTaskTimer.Builder | |
| Measurement |
A measurement sampled from a meter.
|
| Metrics | |
| Tags | |
| Timer.Builder |
| Enum | Description |
|---|---|
| Meter.Type |
Custom meters may emit metrics like one of these types without implementing
the corresponding interface.
|
| Statistic |