Interface MetricConfig

interface MetricConfig {
    aggregationConfig: undefined | AggregationConfig;
    description: string;
    name: string;
    persistentBetweenVersion: boolean;
    sparse: boolean;
    type: MetricType;
    unit: string;
}

Properties

aggregationConfig: undefined | AggregationConfig
description: string
name: string
persistentBetweenVersion: boolean
sparse: boolean
unit: string