Node CrowdSec Client
    Preparing search index...

    MetricsDetailItem

    interface MetricsDetailItem {
        labels?: APITypes.MetricsLabels;
        name: string;
        unit: string;
        value: number;
    }
    Index

    labels of the metric

    name: string

    name of the metric

    255

    unit: string

    unit of the metric

    255

    value: number

    value of the metric