Class NativeHistogramBucket

java.lang.Object
io.prometheus.metrics.model.snapshots.NativeHistogramBucket

public class NativeHistogramBucket extends Object
For iterating over NativeHistogramBuckets.
  • Constructor Details

    • NativeHistogramBucket

      public NativeHistogramBucket(int bucketIndex, long count)
  • Method Details

    • getBucketIndex

      public int getBucketIndex()
      See NativeHistogramBuckets for info on native bucket indexes.
    • getCount

      public long getCount()