Fixed formatting (#11943)
* Fixed formatting * Revert to <!-- --> frontmatter syntax
Tina Luedtke committed
Jan 13, 2022 at 12:47 UTC
8923fb83dba6c925cd7fd9ff8ac2da6adb766b20
1 file changed
+1
-3
collectors/statsd.plugin/README.md
+1
-3
@@ -4,8 +4,6 @@ description: "The Netdata Agent is a fully-featured StatsD server that collects
4
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/statsd.plugin/README.md
5
-->
6
7
-# statsd.plugin
8
-
7
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.
8
9
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
17
18
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.
19
22
-# Available StatsD collectors
20
+## Available StatsD collectors
21
22
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.
23