The common set of data shared across all different metric types.

interface CommonMetricData {
    category: string;
    disabled: boolean;
    dynamicLabel?: string;
    lifetime: string;
    name: string;
    sendInPings: string[];
}

Implemented by

Properties

category: string
disabled: boolean
dynamicLabel?: string
lifetime: string
name: string
sendInPings: string[]

Generated using TypeDoc