summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/go_expvar
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-13 08:41:25 -0700
committerGitHub <noreply@github.com>2023-03-13 08:41:25 -0700
commit0ae02c9fb601bdf3d471b3e9b8bf2c693be60f2c (patch)
treefed8e340e21323570b1804f13e7aa5b5c0814d4e /collectors/python.d.plugin/go_expvar
parentde1bbaa0de5e9d70ad013bcd6968ada6d00bad0a (diff)
Change H1 of collector docs to separate from the website (#14715)
Diffstat (limited to 'collectors/python.d.plugin/go_expvar')
-rw-r--r--collectors/python.d.plugin/go_expvar/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/go_expvar/README.md b/collectors/python.d.plugin/go_expvar/README.md
index ecdd0d49e5..f86fa6d04e 100644
--- a/collectors/python.d.plugin/go_expvar/README.md
+++ b/collectors/python.d.plugin/go_expvar/README.md
@@ -7,7 +7,7 @@ learn_topic_type: "References"
learn_rel_path: "Integrations/Monitor/Application Performance Monitoring"
-->
-# Go applications monitoring with Netdata
+# Go applications collector
Monitors Go application that exposes its metrics with the use of `expvar` package from the Go standard library. The package produces charts for Go runtime memory statistics and optionally any number of custom charts.