Class DoubleSumData
java.lang.Object
io.opentelemetry.sdk.metrics.data.DoubleSumData
- All Implemented Interfaces:
SumData<DoublePointData>
SumData recorded uses doubles.-
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleSumDatacreate(boolean isMonotonic, AggregationTemporality temporality, Collection<DoublePointData> points) Returns the dataPointDatas for this metric.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.sdk.metrics.data.SumData
getAggregationTemporality, isMonotonic
-
Method Details
-
create
public static DoubleSumData create(boolean isMonotonic, AggregationTemporality temporality, Collection<DoublePointData> points) -
getPoints
Collection<DoublePointData> getPoints()Returns the dataPointDatas for this metric.- Returns:
- the data
PointDatas for this metric, or emptyCollectionif no points.
-