@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...

    Interface OTelMetric

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

    Properties

    attributes?: Attributes
    name: string
    value: number