Class StepFunctionCounter<T>

java.lang.Object
io.micrometer.core.instrument.AbstractMeter
io.micrometer.core.instrument.step.StepFunctionCounter<T>
All Implemented Interfaces:
FunctionCounter, Meter

public class StepFunctionCounter<T> extends AbstractMeter implements FunctionCounter
  • Constructor Details

  • Method Details

    • count

      public double count()
      Specified by:
      count in interface FunctionCounter
      Returns:
      The cumulative count since this counter was created.
    • _closingRollover

      public void _closingRollover()