Package io.micrometer.core.instrument.distribution
@NonNullApi
@NonNullFields
package io.micrometer.core.instrument.distribution
-
ClassDescriptionThe count of events less than or equal to a histogram bucket.Configures the distribution statistics that emanate from meters like
Timer
andDistributionSummary
.A histogram implementation for non-negative values with automatically created buckets.The contract for histograms used to generate distribution statistics forTimer
andDistributionSummary
.Generator for a set of histogram buckets intended for use by a monitoring system that supports aggregable percentile approximations such as Prometheus'histogram_quantiles
or Atlas':percentiles
.A Histogram implementation which inherits the behaviour of step meters, i.e.A histogram implementation that does not support precomputed percentiles but supports aggregable percentile histograms and SLO boundaries.An implementation of a decaying maximum for a distribution based on a configurable ring buffer.NOTE: This class is intended for internal use as an implementation detail.An implementation of a moving-window sum based on a configurable ring buffer.A precomputed percentile of a distribution.