@cryptotaxi247 / netdata-1 / commits / dc5d53949

docs: clarify health percentage option (#15492)

Ilya Mashchenko committed Jul 24, 2023 at 19:38 UTC dc5d53949224155fc8b76029c7d4b9e46c701d46
1 file changed +1 -1
web/api/badges/README.md
+1 -1
@@ -157,7 +157,7 @@ Here is what you can put for `options` (these are standard Netdata API options):
157
158 These fine tune various options of the API. Here is what you can use for badges (the API has more option, but only these are useful for badges):
159
160 - - `percentage`, instead of returning the value, calculate the percentage of the sum of the selected dimensions, versus the sum of all the dimensions of the chart. This also sets the units to `%`.
160 + - `percentage`, instead of returning a value, calculate the percentage of the sum of the values of the selected dimensions (selected sum / total sum * 100). This also sets the units to `%`.
161
162 - `absolute` or `abs`, turn all values positive and then sum them.
163