Class NoopTimeGauge
java.lang.Object
io.micrometer.core.instrument.AbstractMeter
io.micrometer.core.instrument.noop.NoopMeter
io.micrometer.core.instrument.noop.NoopTimeGauge
-
Nested Class Summary
Nested classes/interfaces inherited from interface Meter
Meter.Builder, Meter.Id, Meter.MeterProvider<T>, Meter.TypeNested classes/interfaces inherited from interface TimeGauge
TimeGauge.Builder<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublevalue()The act of observing the value by calling this method triggers sampling of the underlying number or user-defined function that defines the value for the gauge.Methods inherited from class AbstractMeter
equals, getId, hashCode
-
Constructor Details
-
NoopTimeGauge
-
-
Method Details
-
baseTimeUnit
- Specified by:
baseTimeUnitin interfaceTimeGauge- Returns:
- The base time unit of the timer to which all published metrics will be scaled
-
value
-