Interface ExponentialHistogramData

All Superinterfaces:
Data<ExponentialHistogramPointData>

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

See ExponentialHistogramPointData for more information.

See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#exponentialhistogram

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