bullmq - v5.68.0
    Preparing search index...

    Interface MetricOptions

    Options for creating metric instruments

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

    Properties

    Properties

    description?: string

    Human-readable description of the metric

    unit?: string

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