Interface SummaryPointData

    • Method Detail

      • getCount

        long getCount()
        Returns the count of measurements.
      • getSum

        double getSum()
        Returns the sum of measurements.
      • getValues

        java.util.List<ValueAtQuantile> getValues()
        Returns the list of values at different quantiles in the distribution of measurements.

        Note: a quantile 0.0 represents the minimum value in the distribution; a quantile 1.0 represents the maximum value in the distribution.