Interface ExponentialHistogramData

All Superinterfaces:
Data<ExponentialHistogramPointData>
All Known Implementing Classes:
AutoValue_ImmutableExponentialHistogramData, ImmutableExponentialHistogramData

@Immutable public interface ExponentialHistogramData extends Data<ExponentialHistogramPointData>
A base-2 exponential histogram metric point, as defined by the OpenTelemetry Exponential Histogram specification.

Note: This is called "ExponentialHistogramData" to reflect which primitives are used to record it, however "ExponentialHistogram" is the equivalent OTLP type.

Since:
1.23.0
See Also: