Interface DoublePointData
- All Superinterfaces:
PointData
- All Known Implementing Classes:
AutoValue_ImmutableDoublePointData
,ImmutableDoublePointData
,MutableDoublePointData
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.double
getValue()
Returns the value of the data point.Methods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Method Details
-
getValue
double getValue()Returns the value of the data point. -
getExemplars
List<DoubleExemplarData> getExemplars()List of exemplars collected from measurements aggregated into this point.- Specified by:
getExemplars
in interfacePointData
-