bullmq - v5.81.1
    Preparing search index...

    Interface MetricOptions

    Options for creating metric instruments

    interface MetricOptions {
        description?: string;
        unit?: string;
    }
    Index
    description?: string

    Human-readable description of the metric

    unit?: string

    Unit of measurement for the metric (e.g., 'ms', 'bytes', '1')