Uses of Class
io.prometheus.metrics.model.snapshots.ClassicHistogramBuckets.Builder
-
Uses of ClassicHistogramBuckets.Builder in io.prometheus.metrics.model.snapshots
Modifier 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()
.