OpenTelemetry SDK
    Preparing search index...

    Interface Observable<AttributesTypes>

    1.3.0

    interface Observable<
        AttributesTypes extends
            @opentelemetry/api.MetricAttributes = @opentelemetry/api.MetricAttributes,
    > {
        addCallback(
            callback: @opentelemetry/api.ObservableCallback<AttributesTypes>,
        ): void;
        removeCallback(
            callback: @opentelemetry/api.ObservableCallback<AttributesTypes>,
        ): void;
    }

    Type Parameters

    Index

    Methods