@launchdarkly/observability-node - v1.3.0
    Preparing search index...

    Interface Metric

    interface Metric {
        name: string;
        tags?: { name: string; value: string }[];
        unit?: string;
        value: number;
    }
    Index

    Properties

    Properties

    name: string
    tags?: { name: string; value: string }[]
    unit?: string

    UCUM / OTel unit for the instrument (e.g. ms, By).

    value: number