OpenTelemetry SDK
    Preparing search index...

    Interface Gauge<AttributesTypes>

    1.9.0

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

    Type Parameters

    Index

    Methods

    Methods