Interface SummaryPointData
- All Superinterfaces:
PointData
- All Known Implementing Classes:
AutoValue_ImmutableSummaryPointData, ImmutableSummaryPointData
Point data for
SummaryData.- Since:
- 1.14.0
-
Method Summary
Methods inherited from interface PointData
getAttributes, getEpochNanos, getExemplars, getStartEpochNanos
-
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.
-