From b485aab7e71c1625cfc27e0f92c9509f42378458 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- web/api/queries/countif/README.md | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 web/api/queries/countif/README.md (limited to 'web/api/queries/countif/README.md') diff --git a/web/api/queries/countif/README.md b/web/api/queries/countif/README.md deleted file mode 100644 index 4004e7a27..000000000 --- a/web/api/queries/countif/README.md +++ /dev/null @@ -1,40 +0,0 @@ - - -# CountIf - -> This query is available as `countif`. - -CountIf returns the percentage of points in the database that satisfy the condition supplied. - -The following conditions are available: - -- `!` or `!=` or `<>`, different than -- `=` or `:`, equal to -- `>`, greater than -- `<`, less than -- `>=`, greater or equal to -- `<=`, less or equal to - -The target number and the desired condition can be set using the `group_options` query parameter, as a string, like in these examples: - -- `!0`, to match any number except zero. -- `>=-3` to match any number bigger or equal to -3. - -. When an invalid condition is given, the web server can deliver a not accurate response. - -## how to use - -This query cannot be used in alerts. - -`countif` changes the units of charts. The result of the calculation is always from zero to 1, expressing the percentage of database points that matched the condition. - -In APIs and badges can be used like this: `&group=countif&group_options=>10` in the URL. - - -- cgit v1.2.3