Interface LongExemplarData
- All Superinterfaces:
ExemplarData
- All Known Implementing Classes:
AutoValue_ImmutableLongExemplarData
,ImmutableLongExemplarData
Exemplar data for
long
measurements.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionlong
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
long getValue()Numerical value of the measurement that was recorded.
-