public interface GaugeDouble
GaugeDoubleMetric
.
A Gauge typically doesn't represent an "Event" but the current value of a resource like 'active threads' or 'used memory' etc.
GaugeDoubleMetric
Modifier and Type | Method and Description |
---|---|
double |
getValue()
Return the current value.
|
Copyright © 2014. All Rights Reserved.