| Counter |
An incrementing counter metric.
|
| Counting |
An interface for metric types which have counts.
|
| Gauge |
A gauge metric is an instantaneous reading of a particular value.
|
| Histogram |
A metric which calculates the distribution of a value.
|
| Metadata |
Bean holding the metadata of one single metric.
|
| MetadataBuilder |
|
| 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.
|
| MetricID |
A unique identifier for Metric and Metadata that are registered in the MetricRegistry
The MetricID contains:
Name: (Required) The name of the metric.
Tags: (Optional) The tags (represented by Tag objects) of the metric.
|
| MetricRegistry.Type |
Deprecated.
|
| Sampling |
An object which samples values.
|
| Snapshot |
|
| Snapshot.HistogramBucket |
Represents a cumulative histogram bucket at the moment it was sampled from the Snapshot.
|
| Snapshot.PercentileValue |
Represents a percentile and its value at the moment it was sampled from the Snapshot.
|
| Tag |
Tag represents a singular metric tag key and value pair.
|
| Timer |
A timer metric which aggregates timing durations and provides duration statistics
|
| Timer.Context |
A timing context.
|