Interface DoubleExemplarData
- All Superinterfaces:
ExemplarData
- All Known Implementing Classes:
AutoValue_ImmutableDoubleExemplarData
,ImmutableDoubleExemplarData
Exemplar data for
double
measurements.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getValue()
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.
-