public class SimpleGauge<T> extends AbstractSimpleMeter implements Gauge
Meter.Typeid| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Measurement> |
measure()
Get the set of measurements for this meter.
|
double |
value()
Returns the current value.
|
getName, getTagspublic double value()
Gaugepublic java.lang.Iterable<Measurement> measure()
Meter