Package io.micrometer.core.instrument.step
@NonNullApi
@NonNullFields
package io.micrometer.core.instrument.step
-
ClassDescriptionCounter that reports a rate per step interval to a monitoring system.Step-normalized
DistributionSummary.Subtly different fromcom.netflix.spectator.impl.StepDoublein that we want to be able to increment BEFORE rolling over the interval.A timer that tracks monotonically increasing functions for count and totalTime.Registry that step-normalizes counts and sums to a rate/second over the publishing interval.StepTuple2<T1,T2> Tracks multiple 'values' for periods (steps) of time.StepValue<V>Tracks 'values' for periods (steps) of time.