A gauge to which you can push new values.
Can only be constructed via MetricBuilder.pushGauge.
Push a new value.
the new value. In case A is a reference type, pushing a null will make reporters ignore this metric (verified for the standard reporters: GraphiteReporter and CollectdReporter).
A
null
GraphiteReporter
CollectdReporter
The current value.
Alias for push.