Class and 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.
|
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.
|
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 |
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 |
Summary.Timer
Represents an event being timed.
|
Copyright © 2014. All Rights Reserved.