Interface LongPointData
- All Superinterfaces:
PointData
A point data with a
double aggregation value.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongPointDatacreate(long startEpochNanos, long epochNanos, io.opentelemetry.api.common.Attributes attributes, long value) Create a record.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 Details
-
create
static LongPointData create(long startEpochNanos, long epochNanos, io.opentelemetry.api.common.Attributes attributes, long value) Create a record.- Since:
- 1.50.0
-
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:
getExemplarsin interfacePointData
-