PushGaugeWithTimeout
A gauge to which you can push new values. Values are forgotten after some time.
For more information see MetricBuilder.pushGaugeWithTimeout.
Value members
Inherited methods
Push a new value.
Push a new value.
- Value parameters:
- newValue
the new value. In case
Ais a reference type, pushing anullwill make reporters ignore this metric (verified for the standard reporters:GraphiteReporterandCollectdReporter).
- Inherited from:
- PushGauge