Class StepFunctionCounter<T>
java.lang.Object
io.micrometer.core.instrument.AbstractMeter
io.micrometer.core.instrument.step.StepFunctionCounter<T>
- All Implemented Interfaces:
FunctionCounter
,Meter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micrometer.core.instrument.FunctionCounter
FunctionCounter.Builder<T>
Nested classes/interfaces inherited from interface io.micrometer.core.instrument.Meter
Meter.Builder, Meter.Id, Meter.MeterProvider<T extends Meter>, Meter.Type
-
Constructor Summary
ConstructorDescriptionStepFunctionCounter
(Meter.Id id, Clock clock, long stepMillis, T obj, ToDoubleFunction<T> f) -
Method Summary
Methods inherited from class io.micrometer.core.instrument.AbstractMeter
equals, getId, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micrometer.core.instrument.FunctionCounter
measure
-
Constructor Details
-
StepFunctionCounter
-
-
Method Details
-
count
public double count()- Specified by:
count
in interfaceFunctionCounter
- Returns:
- The cumulative count since this counter was created.
-
_closingRollover
public void _closingRollover()
-