summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-06-10 19:26:15 +0300
committerGitHub <noreply@github.com>2022-06-10 19:26:15 +0300
commitecbbf8a3d188ee540f41cb050e3a5c7d76ac48a3 (patch)
treef51c14b92ee9dc81876e391f099a46e0c70ea445 /collectors
parentb27b58bb1006761aa7059aef2ff8c090a9e7eb7c (diff)
docs(statsd.plugin): fix indentation (#13096)
fix indentation
Diffstat (limited to 'collectors')
-rw-r--r--collectors/statsd.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/statsd.plugin/README.md b/collectors/statsd.plugin/README.md
index 7dc5dbb728..b46ca28d93 100644
--- a/collectors/statsd.plugin/README.md
+++ b/collectors/statsd.plugin/README.md
@@ -77,7 +77,7 @@ Netdata fully supports the StatsD protocol and also extends it to support more a
- **Sets**
- 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).
+ 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).
Sampling rate is **not** supported for Sets. `value` is always considered text (so `01` and `1` are considered different).