Class DoubleHistogramData

java.lang.Object
io.opentelemetry.sdk.metrics.data.DoubleHistogramData

@Immutable public abstract class DoubleHistogramData extends Object
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.