Class StepBucketHistogram

java.lang.Object
io.micrometer.core.instrument.step.StepValue<CountAtBucket[]>
io.micrometer.core.instrument.distribution.StepBucketHistogram
All Implemented Interfaces:
Histogram, AutoCloseable

public class StepBucketHistogram extends StepValue<CountAtBucket[]> implements Histogram
A Histogram implementation which inherits the behaviour of step meters, i.e. read and reset behaviour.
Since:
1.11.0