Interface LongPointData
-
- All Superinterfaces:
PointData
- All Known Implementing Classes:
AutoValue_ImmutableLongPointData,ImmutableLongPointData,MutableLongPointData
public interface LongPointData extends PointData
A point data with adoubleaggregation value.- Since:
- 1.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<LongExemplarData>getExemplars()List of exemplars collected from measurements aggregated into this point.longgetValue()Returns the value of the data point.-
Methods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
-
-
-
Method Detail
-
getValue
long getValue()
Returns the value of the data point.
-
getExemplars
java.util.List<LongExemplarData> getExemplars()
List of exemplars collected from measurements aggregated into this point.- Specified by:
getExemplarsin interfacePointData
-
-