summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-25 14:40:38 +0100
committerChris <github.account@chrigel.net>2018-02-25 14:40:38 +0100
commit6914090ff8ca657ed464fe9f289c779d028a8d70 (patch)
tree08b0477d123a06df8cfa4cd72c5e849e89cadde2 /web
parentd0be12884ec767d46ab694fcc330b9691d22f566 (diff)
Add 0 to http response time on errors, otherwise the chart will get suppressed on error recovery.
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 3b0ae2765f..79a1b95545 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1138,6 +1138,7 @@ netdataDashboard.context = {
'httpcheck.responsetime': {
info: 'The <code>response time</code> describes the time passed between request and response. ' +
+ 'The minimum is <code>0.1 ms</code> except on errors, where it will be <code>0.0 ms</code> ' +
'Currently, the accuracy of the response time is low and should be used as reference only.'
},