Module io.prometheus.metrics.model
Class NativeHistogramBucket
java.lang.Object
io.prometheus.metrics.model.snapshots.NativeHistogramBucket
For iterating over
NativeHistogramBuckets.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintSeeNativeHistogramBucketsfor info on native bucket indexes.longgetCount()
-
Constructor Details
-
NativeHistogramBucket
public NativeHistogramBucket(int bucketIndex, long count)
-
-
Method Details
-
getBucketIndex
public int getBucketIndex()SeeNativeHistogramBucketsfor info on native bucket indexes. -
getCount
public long getCount()
-