Interface LongPointData
- All Superinterfaces:
PointData
-
Method Summary
Modifier and TypeMethodDescriptionList of exemplars collected from measurements that were used to form the data point.longgetValue()Returns the value of the data point.Methods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Method Details
-
getValue
long getValue()Returns the value of the data point.- Returns:
- the value of the data point.
-
getExemplars
List<LongExemplarData> getExemplars()List of exemplars collected from measurements that were used to form the data point.- Specified by:
getExemplarsin interfacePointData
-