@launchdarkly/observability-react-native
    Preparing search index...

    Interface Metric

    interface Metric {
        attributes?: Attributes;
        name: string;
        timestamp?: number;
        unit?: string;
        value: number;
    }
    Index

    Properties

    attributes?: Attributes
    name: string
    timestamp?: number
    unit?: string

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

    value: number