From 6f44ad6ea02e5e5bd316af09756cda740c3c6f56 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sat, 11 Feb 2017 16:11:14 +0200 Subject: [PATCH] add timing gauge at web_log overview --- web/dashboard_info.js | 20 ++++++++++++++++++++ web/index.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/web/dashboard_info.js b/web/dashboard_info.js index 03b2a4ce..7da621ef 100644 --- a/web/dashboard_info.js +++ b/web/dashboard_info.js @@ -921,6 +921,26 @@ netdataDashboard.context = { ] }, + 'web_log.response_time': { + mainheads: [ + function(os, id) { + void(os); + return '
'; + } + ] + }, + 'web_log.detailed_response_codes': { info: 'Number of responses for each response code.' }, diff --git a/web/index.html b/web/index.html index 273502ae..b21998bd 100644 --- a/web/index.html +++ b/web/index.html @@ -2800,7 +2800,7 @@ }); NETDATA.requiredJs.push({ - url: NETDATA.serverDefault + 'dashboard_info.js?v20170211-18', + url: NETDATA.serverDefault + 'dashboard_info.js?v20170211-19', async: false, isAlreadyLoaded: function() { return false; } }); -- 2.39.2