Module io.prometheus.metrics.model
Class ClassicHistogramBuckets.Builder
java.lang.Object
io.prometheus.metrics.model.snapshots.ClassicHistogramBuckets.Builder
- Enclosing class:
- ClassicHistogramBuckets
-
Method Summary
Modifier and TypeMethodDescriptionbucket(double upperBound, long count) Must be called at least once for theDouble.POSITIVE_INFINITYbucket.build()Will throw anIllegalArgumentExceptionif theDouble.POSITIVE_INFINITYbucket is missing.
-
Method Details
-
bucket
Must be called at least once for theDouble.POSITIVE_INFINITYbucket. -
build
Will throw anIllegalArgumentExceptionif theDouble.POSITIVE_INFINITYbucket is missing.
-