From 081dfa26e80d8764fb7f9aac5230e81584b62b56 Mon Sep 17 00:00:00 2001 From: Pieter Slabbert Date: Thu, 17 Apr 2025 11:14:21 +0200 Subject: [PATCH] docs(outputs.health): List available operators (#16775) Co-authored-by: Pieter Slabbert --- plugins/outputs/health/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/outputs/health/README.md b/plugins/outputs/health/README.md index 284eec266..c53b3d8a9 100644 --- a/plugins/outputs/health/README.md +++ b/plugins/outputs/health/README.md @@ -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. +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 The `contains` check can be used to require a field key to exist on at least