Class StepCounter
java.lang.Object
io.micrometer.core.instrument.AbstractMeter
io.micrometer.core.instrument.step.StepCounter
Counter that reports a rate per step interval to a monitoring system. Note that
count() will report the number of events in the last complete interval rather
than the total for the life of the process.-
Nested Class Summary
Nested classes/interfaces inherited from interface Counter
Counter.BuilderNested classes/interfaces inherited from interface Meter
Meter.Builder, Meter.Id, Meter.MeterProvider<T>, Meter.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMeter
equals, getId, hashCode
-
Constructor Details
-
StepCounter
-
-
Method Details
-
increment
-
count
-
_closingRollover
public void _closingRollover()
-