@cryptotaxi247 / netdata-1 / commits / ecbbf8a3d

docs(statsd.plugin): fix indentation (#13096)

fix indentation

Ilya Mashchenko committed Jun 10, 2022 at 19:26 UTC ecbbf8a3d188ee540f41cb050e3a5c7d76ac48a3
1 file changed +1 -1
collectors/statsd.plugin/README.md
+1 -1
@@ -77,7 +77,7 @@ Netdata fully supports the StatsD protocol and also extends it to support more a
77
78 - **Sets**
79
80 - The application sends `name:value|s`, where `value` is anything (**number or text**, leading and trailing spaces are removed), StatsD reports the number of unique values sent and the number of times it was updated (events).
80 + The application sends `name:value|s`, where `value` is anything (**number or text**, leading and trailing spaces are removed), StatsD reports the number of unique values sent and the number of times it was updated (events).
81
82 Sampling rate is **not** supported for Sets. `value` is always considered text (so `01` and `1` are considered different).
83