summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-01-13 12:47:51 -0800
committerGitHub <noreply@github.com>2022-01-13 15:47:51 -0500
commit8923fb83dba6c925cd7fd9ff8ac2da6adb766b20 (patch)
tree4210c142e89d679521eae64f383d6eed5ccd7d35
parent92a8c8ca73041d4aba4813c001b90550dcbefe7e (diff)
Fixed formatting (#11943)
* Fixed formatting * Revert to <!-- --> frontmatter syntax
-rw-r--r--collectors/statsd.plugin/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/collectors/statsd.plugin/README.md b/collectors/statsd.plugin/README.md
index 2859523a42..1d1c8ab70d 100644
--- a/collectors/statsd.plugin/README.md
+++ b/collectors/statsd.plugin/README.md
@@ -4,8 +4,6 @@ description: "The Netdata Agent is a fully-featured StatsD server that collects
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/statsd.plugin/README.md
-->
-# statsd.plugin
-
StatsD is a system to collect data from any application. Applications send metrics to it, usually via non-blocking UDP communication, and StatsD servers collect these metrics, perform a few simple calculations on them and push them to backend time-series databases.
If you want to learn more about the StatsD protocol, we have written a [blog post](https://www.netdata.cloud/blog/introduction-to-statsd/) about it!
@@ -19,7 +17,7 @@ Since statsd is embedded in Netdata, it means you now have a statsd server embed
Netdata statsd is fast. It can collect more than **1.200.000 metrics per second** on modern hardware, more than **200Mbps of sustained statsd traffic**, using 1 CPU core. The implementation uses two threads: one thread collects metrics, another one updates the charts from the collected data.
-# Available StatsD collectors
+## Available StatsD collectors
Netdata ships with collectors implemented using the StatsD collector. They are configuration files (as you will read below), but they function as a collector, in the sense that configuration file organize the metrics of a data source into pre-defined charts.