datadog-ux-utils Documentation - v1.0.0
    Preparing search index...
    type Metric = {
        name: string;
        value: number;
        id?: string;
        entries?: PerformanceEntry[];
    }
    Index

    Properties

    Properties

    name: string
    value: number
    id?: string
    entries?: PerformanceEntry[]