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 voidrecordDelta(double delta)Records a change in the value of the gauge.voidrecordValue(double value)Records the latest fixed value for the gauge.
-