summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-11-01 20:53:01 +0200
committerGitHub <noreply@github.com>2022-11-01 20:53:01 +0200
commit2a340bc2a0649db2ef6c6e643e5dadf7aa13bed7 (patch)
tree2dd104fd8152b8e15b7a852a9d89b0d0a7d01464 /web
parentc2b8b9a8073b28ac780a949f847ef14d74296fee (diff)
bump go.d.plugin to v0.42.1 (#13930)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index c61ad2bb12..e6297345f4 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -7575,6 +7575,9 @@ netdataDashboard.context = {
'ping.host_rtt': {
info: 'Round-trip time (RTT) is the time it takes for a data packet to reach its destination and return back to its original source.'
},
+ 'ping.host_std_dev_rtt': {
+ info: 'Round-trip time (RTT) standard deviation. The average value of how far each RTT of a ping differs from the average RTT.'
+ },
'ping.host_packet_loss': {
info: 'Packet loss occurs when one or more transmitted data packets do not reach their destination. Usually caused by data transfer errors, network congestion or firewall blocking. ICMP echo packets are often treated as lower priority by routers and target hosts, so ping test packet loss may not always translate to application packet loss.'
},