summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:56:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:56:53 +0000
commit146d8a9965d3372fffb9288bf87d57bfa346b91d (patch)
treef2878ec41fb6d0e3613906c6722fc02b934eeb80 /web
parentAdding upstream version 1.29.2. (diff)
downloadnetdata-146d8a9965d3372fffb9288bf87d57bfa346b91d.tar.xz
netdata-146d8a9965d3372fffb9288bf87d57bfa346b91d.zip
Adding upstream version 1.29.3.upstream/1.29.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 1f289ba0c..df15a6372 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -582,7 +582,11 @@ netdataDashboard.menu = {
icon: '<i class="fas fa-bell"></i>',
info: 'Charts showing alarm status over time. More details <a href="https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/alarms/README.md" target="_blank">here</a>.'
},
-
+ 'statsd': {
+ title: 'StatsD',
+ icon: '<i class="fas fa-chart-line"></i>',
+ info:'StatsD is an industry-standard technology stack for monitoring applications and instrumenting any piece of software to deliver custom metrics. Netdata allows the user to organize the metrics in different charts and visualize any application metric easily. Read more on <a href="https://learn.netdata.cloud/docs/agent/collectors/statsd.plugin">Netdata Learn</a>.'
+ }
};