Package com.mendix.metrics
Interface Gauge
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.mendix.metrics.Metric
Metric.Builder<M extends Metric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recordDelta(double delta)
Records a change in the value of the gauge.void
recordValue(double value)
Records the latest fixed value for the gauge.
-