Skip to content

AdhocVariableSpec🔗

Adhoc variable specification

Definition🔗

export interface AdhocVariableSpec {
    name: string;
    baseFilters: dashboardv2beta1.AdHocFilterWithLabels[];
    filters: dashboardv2beta1.AdHocFilterWithLabels[];
    defaultKeys: dashboardv2beta1.MetricFindValue[];
    label?: string;
    hide: dashboardv2beta1.VariableHide;
    skipUrlSync: boolean;
    description?: string;
    allowCustomValue: boolean;
}