Skip to content

ThresholdsConfig🔗

Thresholds configuration for the panel

Constructor🔗

ThresholdsConfig()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.ThresholdsConfig

mode🔗

Thresholds mode.

def mode(mode: dashboard.ThresholdsMode) -> typing.Self

steps🔗

Must be sorted by 'value', first value is always -Infinity

def steps(steps: list[dashboard.Threshold]) -> typing.Self

See also🔗