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

Methods

Methods