Interface LongPointData
- All Superinterfaces:
PointData
-
Method Summary
Methods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getExemplars, getStartEpochNanos
-
Method Details
-
getValue
long getValue()Returns the value of the data point.- Returns:
- the value of the data point.
-