Interface | Description |
---|---|
Counter |
Metric for counting. |
Gauge |
Metric for tracking an external value. |
GaugeValueProvider<T extends Number> |
GaugeValueProvider is used by
Gauge for retrieving the value of the Gauge. |
Meter |
Metric for measuring the rate of events over time. |
Metric |
Metric represents a value that should be periodically measured to track the system state.
|
MetricsRegistry |
MetricsRegistry is registry of all the metrics managed by the base agent.
|
Timer |
Metric for aggregating timing durations. |
Class | Description |
---|---|
MetricIdentifier |
Identifier class for
Metric . |
RatioGaugeValueProvider |
A gauge which measures the ratio of one value to another.
|
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.