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

    Type Alias CounterEvent

    Counter metric for incrementing values

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

    Properties

    increment: number

    Increment amount (default: 1)

    labels?: Record<string, string>

    Optional labels

    name: string

    Name of the counter