OpenTelemetry SDK
    Preparing search index...

    Interface Gauge<AttributesTypes>

    1.9.0

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

    Type Parameters

    Index