Class DoubleHistogramData

java.lang.Object
io.opentelemetry.sdk.metrics.data.DoubleHistogramData
All Implemented Interfaces:
Data<DoubleHistogramPointData>

@Immutable public abstract class DoubleHistogramData extends Object implements Data<DoubleHistogramPointData>
A histogram metric point.

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

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