Skip to content

ThresholdsConfig🔗

Thresholds configuration for the panel

Definition🔗

export interface ThresholdsConfig {
    // Thresholds mode.
    mode: dashboard.ThresholdsMode;
    // Must be sorted by 'value', first value is always -Infinity
    steps: dashboard.Threshold[];
}

Methods🔗

No methods.

See also🔗