bullmq - v5.68.0
    Preparing search index...

    Interface Meter

    Meter interface

    The meter is responsible for creating metric instruments.

    interface Meter {
        createCounter(name: string, options?: MetricOptions): Counter;
        createHistogram(name: string, options?: MetricOptions): Histogram;
    }
    Index

    Methods