libp2p
    Preparing search index...

    Interface MetricOptions

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

    Index

    Properties

    Properties

    help?: string

    Optional help for the metric

    label?: string

    Optional label for the metric