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

    Interface Metric

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

    Properties

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