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 io.micrometer.core.instrument.Meter
Meter.Builder, Meter.Id, Meter.Type
-
Nested classes/interfaces inherited from interface io.micrometer.core.instrument.TimeGauge
TimeGauge.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description NoopTimeGauge(Meter.Id id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.TimeUnitbaseTimeUnit()doublevalue()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 io.micrometer.core.instrument.AbstractMeter
getId
-
-
-
-
Constructor Detail
-
NoopTimeGauge
public NoopTimeGauge(Meter.Id id)
-
-
Method Detail
-
baseTimeUnit
public java.util.concurrent.TimeUnit baseTimeUnit()
- Specified by:
baseTimeUnitin interfaceTimeGauge- Returns:
- The base time unit of the timer to which all published metrics will be scaled
-
-