Interface DoubleExemplarData
- All Superinterfaces:
ExemplarData
An
ExemplarData with double measurements.-
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue()Numerical value of the measurement that was recorded.Methods inherited from interface io.opentelemetry.sdk.metrics.data.ExemplarData
getEpochNanos, getFilteredAttributes, getSpanContext
-
Method Details
-
getValue
double getValue()Numerical value of the measurement that was recorded.
-