docs(outputs.health): List available operators (#16775)

Co-authored-by: Pieter Slabbert <pieter.slabbert@ilovezoona.com>
This commit is contained in:
Pieter Slabbert 2025-04-17 11:14:21 +02:00 committed by GitHub
parent 941cc2ef67
commit 081dfa26e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -94,6 +94,15 @@ the field is not found on a metric no comparison will be made.
Comparisons must be hold true on all metrics for the check to pass. Comparisons must be hold true on all metrics for the check to pass.
The available comparison operators are:
- `gt` greater than
- `ge` greater than or equal to
- `lt` less than
- `le` less than or equal to
- `eq` equal to
- `ne` not equal to
### contains ### contains
The `contains` check can be used to require a field key to exist on at least The `contains` check can be used to require a field key to exist on at least