| Class and Description |
|---|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2019. All rights reserved.