Uses of Class
io.prometheus.metrics.model.snapshots.ClassicHistogramBuckets.Builder
Packages that use ClassicHistogramBuckets.Builder
-
Uses of ClassicHistogramBuckets.Builder in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return ClassicHistogramBuckets.BuilderModifier and TypeMethodDescriptionClassicHistogramBuckets.Builder.bucket
(double upperBound, long count) Must be called at least once for theDouble.POSITIVE_INFINITY
bucket.ClassicHistogramBuckets.builder()
To create newClassicHistogramBuckets
, you can either use one of the staticof(...)
methods, or usebuilder()
.