Interface HistogramMetric

  • All Superinterfaces:
    Metric, ObjectMetric<long[]>

    public interface HistogramMetric
    extends ObjectMetric<long[]>
    Histogram metric calculates counts of measurements that gets into each bounds interval. Note, that ObjectMetric.value() will return array length of bounds.length + 1. Last element will contains count of measurements bigger then most right value of bounds.
    • Method Detail

      • bounds

        long[] bounds()
        Returns:
        Bounds of this histogram.