@Experimental(value=METRICS) public interface Gauge extends Metric
Since metrics are collected from many workers the value may not be the absolute last, but one of the latest values.
Modifier and Type | Method and Description |
---|---|
void |
set(long value)
Set current value for this gauge.
|