Uses of Class
io.prometheus.metrics.model.snapshots.ClassicHistogramBucket
Packages that use ClassicHistogramBucket
-
Uses of ClassicHistogramBucket in io.prometheus.metrics.model.snapshots
Classes in io.prometheus.metrics.model.snapshots that implement interfaces with type arguments of type ClassicHistogramBucketModifier and TypeClassDescriptionclass
Helper class for iterating overClassicHistogramBuckets
.class
Immutable container for histogram buckets with fixed bucket boundaries.Methods in io.prometheus.metrics.model.snapshots that return types with arguments of type ClassicHistogramBucketModifier and TypeMethodDescriptionClassicHistogramBuckets.iterator()
ClassicHistogramBuckets.stream()
Methods in io.prometheus.metrics.model.snapshots with parameters of type ClassicHistogramBucketModifier and TypeMethodDescriptionint
ClassicHistogramBucket.compareTo
(ClassicHistogramBucket other) For sorting a list of buckets by upper bound.