Create tracked metrics with these options. Loosely based on the interfaces exposed by the prom-client module

interface MetricOptions {
    help?: string;
    label?: string;
}

Hierarchy (view full)

Properties

Properties

help?: string

Optional help for the metric

label?: string

Optional label for the metric