@cryptotaxi247 / netdata-1 / commits / b6bcb21c9

Fixes documentation ambiguity leading into issue #8239 (#9255)

* docu update * ilyam8 & joelhans comments on PR resolved

Timotej S committed Jun 3, 2020 at 17:17 UTC b6bcb21c9eb8bf2035c775fd098702ca0af8215d
1 file changed +3 -2
health/REFERENCE.md
+3 -2
@@ -200,8 +200,9 @@ Everything is the same with [badges](../web/api/badges/). In short:
200
201 - `of DIMENSIONS` is optional and has to be the last parameter. Dimensions have to be separated
202 by `,` or `|`. The space characters found in dimensions will be kept as-is (a few dimensions
203 - have spaces in their names). This accepts Netdata simple patterns and the `match-ids` and
204 - `match-names` options affect the searches for dimensions.
203 + have spaces in their names). This accepts Netdata simple patterns _(with `words` separated by
204 + `,` or `|` instead of spaces)_ and the `match-ids` and `match-names` options affect the searches
205 + for dimensions.
206
207 - `foreach DIMENSIONS` is optional, will always be the last parameter, and uses the same `,`/`|`
208 rules as the `of` parameter. Each dimension you specify in `foreach` will use the same rule