Interface SumData<T extends PointData>
- All Superinterfaces:
Data<T>
Data for a
MetricDataType.LONG_SUM or MetricDataType.DOUBLE_SUM metric.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the sumAggregationTemporality.booleanReturns "true" if the sum is monotonic.
-
Method Details
-
isMonotonic
boolean isMonotonic()Returns "true" if the sum is monotonic. -
getAggregationTemporality
AggregationTemporality getAggregationTemporality()Returns the sumAggregationTemporality.
-