| Collector |
A collector for a set of metrics.
|
| Collector.Describable |
|
| Collector.MetricFamilySamples |
A metric, and all of its samples.
|
| Collector.MetricFamilySamples.Sample |
A single Sample, with a unique name and set of labels.
|
| Collector.Type |
|
| CollectorRegistry |
A registry of Collectors.
|
| Counter |
Counter metric, to track counts of events or running totals.
|
| Counter.Builder |
|
| Counter.Child |
The value of a single Counter.
|
| CounterMetricFamily |
Counter metric family, for custom collectors and exporters.
|
| Enumeration |
Enumeration metric, to track which of a set of states something is in.
|
| Enumeration.Builder |
|
| Enumeration.Child |
The value of a single Enumeration.
|
| Gauge |
Gauge metric, to report instantaneous values.
|
| Gauge.Builder |
|
| Gauge.Child |
The value of a single Gauge.
|
| Gauge.Timer |
Represents an event being timed.
|
| GaugeMetricFamily |
Gauge metric family, for custom collectors and exporters.
|
| Histogram |
Histogram metric, to track distributions of events.
|
| Histogram.Builder |
|
| Histogram.Child |
The value of a single Histogram.
|
| Histogram.Child.Value |
|
| Histogram.Timer |
Represents an event being timed.
|
| Info |
Info metric, key-value pairs.
|
| Info.Builder |
|
| Info.Child |
The value of a single Info.
|
| Predicate |
Replacement for Java 8's java.util.function.Predicate for compatibility with Java versions < 8.
|
| SampleNameFilter |
Filter samples (i.e.
|
| SampleNameFilter.Builder |
|
| SimpleCollector |
|
| SimpleCollector.Builder |
Builders let you configure and then create collectors.
|
| Summary |
Summary metric, to track the size of events.
|
| Summary.Builder |
|
| Summary.Child |
The value of a single Summary.
|
| Summary.Child.Value |
|
| Summary.Timer |
Represents an event being timed.
|
| SummaryMetricFamily |
Summary metric family, for custom collectors and exporters.
|