public interface Gauge extends Metric
Metric for tracking an external value. Gauge is initialized with a GaugeValueProvider. Whenever the metric value needs to be
collected, GaugeValueProvider.getValue() is invoked.
| Modifier and Type | Method and Description |
|---|---|
GaugeValueProvider<?> |
getGaugeValueProvider()
Returns the
GaugeValueProvider used by this Gauge for metrics collection. |
GaugeValueProvider<?> getGaugeValueProvider()
GaugeValueProvider used by this Gauge for metrics collection.Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.