summaryrefslogtreecommitdiffstats
path: root/collectors/statsd.plugin
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-28 16:52:53 +0200
committerGitHub <noreply@github.com>2023-02-28 06:52:53 -0800
commite9af6180814ea456cabc424880cd80f7a23d1e23 (patch)
treee7b0592f1026ade672a6f61835ab423eb5b63331 /collectors/statsd.plugin
parent380e2b261b38677747c9f09ac9bc2d2550846fb2 (diff)
Make the title metadata H1 in all markdown files (#14625)
* make the title metadta the H1 * Update collectors/python.d.plugin/zscores/README.md * Update libnetdata/ebpf/README.md * Update ml/README.md * Update libnetdata/string/README.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
Diffstat (limited to 'collectors/statsd.plugin')
-rw-r--r--collectors/statsd.plugin/README.md3
-rw-r--r--collectors/statsd.plugin/k6.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/collectors/statsd.plugin/README.md b/collectors/statsd.plugin/README.md
index ca7713b831..1526453561 100644
--- a/collectors/statsd.plugin/README.md
+++ b/collectors/statsd.plugin/README.md
@@ -7,6 +7,8 @@ learn_status: "Published"
learn_rel_path: "Integrations/Monitor/Anything"
-->
+# StatsD
+
[StatsD](https://github.com/statsd/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.
@@ -317,7 +319,6 @@ For example, if you want to monitor the application `myapp` using StatsD and Net
private charts = no
gaps when not collected = no
history = 60
-# memory mode = ram
[dictionary]
m1 = metric1
diff --git a/collectors/statsd.plugin/k6.md b/collectors/statsd.plugin/k6.md
index d202c88fbe..0b8b7ecffa 100644
--- a/collectors/statsd.plugin/k6.md
+++ b/collectors/statsd.plugin/k6.md
@@ -6,7 +6,7 @@ learn_status: "Published"
learn_rel_path: "Integrations/Monitor/apps"
-->
-# K6 Load Testing monitoring with Netdata
+# K6 load test monitoring with Netdata
Monitors the impact of load testing experiments performed with [K6](https://k6.io/).