Update docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md

Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
pull/101013/head
Johnny Kartheiser 4 months ago committed by GitHub
parent 60d4c5f3da
commit 5deab36b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md

@ -116,7 +116,7 @@ The threshold expression allows the comparison between two single values. Availa
- **Greater or equal**: `$A >= 8` - **Greater or equal**: `$A >= 8`
- **Less or equal**: `$B <= 16` - **Less or equal**: `$B <= 16`
- **Is within range, inclusive**: `$A >= 0 AND $A <= 10` - **Is within range, inclusive**: `$A >= 0 AND $A <= 10`
- **Is outside range inclusive**: `$A <= 124 && $A >= 256` - **Is outside range inclusive**: `$B <= 0 OR $B >= 100`
A threshold returns `0` when the condition is false and `1` when true. A threshold returns `0` when the condition is false and `1` when true.

Loading…
Cancel
Save