Interface LongPointData
- All Superinterfaces:
PointData
- All Known Implementing Classes:
AutoValue_ImmutableLongPointData
,ImmutableLongPointData
,MutableLongPointData
A point data with a
double
aggregation value.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionList of exemplars collected from measurements aggregated into this point.long
getValue()
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. -
getExemplars
List<LongExemplarData> getExemplars()List of exemplars collected from measurements aggregated into this point.- Specified by:
getExemplars
in interfacePointData
-