@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias GaugeEvent

    Gauge metric for current values (like pool size)

    type GaugeEvent = {
        labels?: Record<string, string>;
        name: string;
        value: number;
    }
    Index

    Properties

    Properties

    labels?: Record<string, string>

    Optional labels

    name: string

    Name of the gauge

    value: number

    Current value