Interface DoublePointData
- All Superinterfaces:
PointData
Point data with a
double aggregation value.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic DoublePointDatacreate(long startEpochNanos, long epochNanos, io.opentelemetry.api.common.Attributes attributes, double value, List<DoubleExemplarData> exemplars) Create a record.List of exemplars collected from measurements aggregated into this point.doublegetValue()Returns the value of the data point.Methods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Method Details
-
create
static DoublePointData create(long startEpochNanos, long epochNanos, io.opentelemetry.api.common.Attributes attributes, double value, List<DoubleExemplarData> exemplars) Create a record.- Since:
- 1.50.0
-
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:
getExemplarsin interfacePointData
-