Class ImmutableHistogramData

  • All Implemented Interfaces:
    Data<HistogramPointData>, HistogramData
    Direct Known Subclasses:
    AutoValue_ImmutableHistogramData

    @Immutable
    public abstract class ImmutableHistogramData
    extends java.lang.Object
    implements HistogramData
    A histogram metric point.

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

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.