summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:57:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:57:01 +0000
commit69a131c47635213a492ed6ab989b412c8fd5fe1d (patch)
tree4ac7b314ea9f88dd24c0947ed12a4c0eac945942 /web
parentReleasing debian version 1.29.2-1. (diff)
downloadnetdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.tar.xz
netdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.zip
Merging upstream version 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>.'
+ }
};