summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/go_expvar
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-05-07 12:01:52 -0700
committerGitHub <noreply@github.com>2020-05-07 12:01:52 -0700
commitf3217c83a1a03c5378eb49fca46e482a9dd5d7ac (patch)
tree7afea5f28f7652d49cc0469a74a7c4d5fb0ea092 /collectors/python.d.plugin/go_expvar
parent95a5f93640d6ffed96f59f70f955402e481597bf (diff)
Docs: Add custom label to collectors frontmatter to fix sidebar titles (#8936)
* Adding sidebar titles to collectors * Move to correctly capitalized * Add sidebar_label to all collectors * Pluralize ap * Title and label tweaks * Fix frontmatter in collectors * Remove brackets from Dovecot README
Diffstat (limited to 'collectors/python.d.plugin/go_expvar')
-rw-r--r--collectors/python.d.plugin/go_expvar/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/collectors/python.d.plugin/go_expvar/README.md b/collectors/python.d.plugin/go_expvar/README.md
index 7f7845e53d..be32566323 100644
--- a/collectors/python.d.plugin/go_expvar/README.md
+++ b/collectors/python.d.plugin/go_expvar/README.md
@@ -1,11 +1,10 @@
<!--
----
-title: "Go application monitoring with Netdata"
+title: "Go applications monitoring with Netdata"
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/go_expvar/README.md
----
+sidebar_label: "Go applications"
-->
-# Go application monitoring with Netdata
+# Go applications monitoring with Netdata
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.