Interface SummaryPointData

All Superinterfaces:
PointData

@Immutable public interface SummaryPointData extends PointData
Point data for SummaryData.
Since:
1.14.0
  • Method Details

    • getCount

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

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

      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.