Class ClassicHistogramBucket

java.lang.Object
io.prometheus.metrics.model.snapshots.ClassicHistogramBucket
All Implemented Interfaces:
Comparable<ClassicHistogramBucket>

public class ClassicHistogramBucket extends Object implements Comparable<ClassicHistogramBucket>
Helper class for iterating over ClassicHistogramBuckets. Note that the count is not cumulative.
  • Constructor Details

    • ClassicHistogramBucket

      public ClassicHistogramBucket(double upperBound, long count)
  • Method Details