OpenTelemetry SDK
    Preparing search index...

    Interface Observable<AttributesTypes>

    1.3.0

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

    Type Parameters

    Index