From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/gui/dashboard_info.js | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'web/gui/dashboard_info.js') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index f3071aea9..d579bf715 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -780,6 +780,49 @@ netdataDashboard.menu = { title: 'Consul', icon: '', info: 'Consul performance and health metrics. For details, see Key Metrics.' + }, + + 'kmsg Logs': { + title: 'kmsg Logs', + icon: '', + info: 'Metrics extracted from log messages collected from the Kernel log buffer. For details, see the Fluent Bit Kernel Logs plugin.' + }, + + 'Systemd Logs': { + title: 'Systemd Logs', + icon: '', + info: 'Metrics extracted from log messages collected from the Journald daemon. For details, see the Fluent Bit Systemd plugin.' + }, + + 'docker_events_logs': { + title: 'Docker Events Logs', + icon: '', + info: 'Docker server events metrics. For details, see the Fluent Bit Docker Events plugin ' + + 'and the official Docker Events documentation.' + }, + + 'Apache access.log': { + title: 'Apache access.log', + icon: '', + info: 'Performance metrics exctracted from the Apache server access.log. If Go plugins are enabled, see also the web log apache collector.' + }, + + 'Nginx access.log': { + title: 'Nginx access.log', + icon: '', + info: 'Performance metrics exctracted from the Nginx server access.log. If Go plugins are enabled, see also the web log nginx collector.' + }, + + 'Netdata error.log': { + title: 'Netdata error.log', + icon: '', + info: 'Metrics extracted from Netdata\'s error.log.' + }, + + 'Netdata fluentbit.log': { + title: 'Netdata fluentbit.log', + icon: '', + info: 'Metrics extracted from Netdata\'s embedded Fluent Bit logs.' } }; @@ -8208,6 +8251,14 @@ netdataDashboard.context = { 'nvme.device_thermal_mgmt_temp2_time': { info: 'The amount of time the controller has entered lower active power states or performed vendor-specific thermal management actions, regardless of the impact on performance (e.g., heavy throttling), to attempt to lower the Combined Temperature due to the host-managed thermal management feature.' }, + + // ------------------------------------------------------------------------ + // Logs Management + + 'docker_events_logs.events_type': { + info: 'The Docker object type of the event. See here for more information.' + }, + // ------------------------------------------------------------------------ }; -- cgit v1.2.3