mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update queries-conditions.md (#99592)
This commit is contained in:
parent
58a3e0ae86
commit
9c7618160d
@ -103,7 +103,7 @@ The threshold expression allows you to compare two single values. It returns `0`
|
||||
- Is above (x > y)
|
||||
- Is below (x < y)
|
||||
- Is within range (x > y1 AND x < y2)
|
||||
- Is outside range (x < y1 AND x > y2)
|
||||
- Is outside range (x < y1 OR x > y2)
|
||||
|
||||
**Classic condition (legacy)**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user