Interface HistogramOptions

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

interface HistogramOptions {
    buckets?: number[];
    help?: string;
    label?: string;
}

Hierarchy (view full)

Properties

Properties

buckets?: number[]

Buckets for the histogram

help?: string

Optional help for the metric

label?: string

Optional label for the metric