OpenTelemetry SDK
    Preparing search index...

    Interface UpDownCounter<AttributesTypes>

    1.3.0

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

    Type Parameters

    Index