OpenTelemetry SDK
    Preparing search index...

    Interface UpDownCounter<AttributesTypes>

    1.3.0

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

    Type Parameters

    Index

    Methods

    Methods