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.
|
Gauge |
Gauge metric, to report instantaneous values.
|
Gauge.Builder | |
Gauge.Child |
The value of a single Gauge.
|
SimpleCollector<Child> | |
SimpleCollector.Builder |
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 |
Enum | Description |
---|---|
Collector.Type |
Copyright © 2014. All Rights Reserved.