libp2p
    Preparing search index...

    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 Summary)

    Index

    Properties

    Properties

    buckets?: number[]

    Buckets for the histogram

    help?: string

    Optional help for the metric

    label?: string

    Optional label for the metric