OpenTelemetry SDK
    Preparing search index...

    Interface Histogram<AttributesTypes>

    1.3.0

    interface Histogram<AttributesTypes extends MetricAttributes = MetricAttributes> {
        record(
            value: number,
            attributes?: AttributesTypes,
            context?: Context,
        ): void;
    }

    Type Parameters

    Index