Class | Description |
---|---|
Collector |
A collector for a set of metrics.
|
Collector.MetricFamilySamples |
A metric, and all of it's samples.
|
Collector.MetricFamilySamples.Sample |
A single Sample, with a unique name and set of labels.
|
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.
|
DoubleAdder |
One or more variables that together maintain an initially zero
double sum. |
Gauge |
Gauge metric, to report instantaneous values.
|
Gauge.Builder | |
Gauge.Child |
The value of a single Gauge.
|
Gauge.Timer |
Represents an event being timed.
|
SimpleCollector<Child,T extends SimpleCollector> | |
SimpleCollector.Builder<T extends SimpleCollector> |
Builders let you configure and then create collectors.
|
Summary |
Summary metric, to track distributions and frequencies..
|
Summary.Builder | |
Summary.Child |
The value of a single Summary.
|
Summary.Child.Value | |
Summary.Timer |
Represents an event being timed.
|
Enum | Description |
---|---|
Collector.Type |
Copyright © 2014. All Rights Reserved.