summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-09-16 16:08:41 +0300
committerGitHub <noreply@github.com>2022-09-16 16:08:41 +0300
commitd70640d8803d667966bbcf5ca7d59ee47b96988d (patch)
treeb269fd6cce064d6d5a88b44f1b68cb002c936836 /web
parent83bb5d4a1b02b25601b882103682e8dedd78de6e (diff)
add proxysql dashboard info (#13669)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 39d67beaec..3aafa7132c 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -345,6 +345,12 @@ netdataDashboard.menu = {
info: 'Performance metrics for <b>PostgreSQL</b>, the open source object-relational database management system (ORDBMS).'
},
+ 'proxysql': {
+ title: 'ProxySQL',
+ icon: '<i class="fas fa-database"></i>',
+ info: 'Performance metrics for <b>ProxySQL</b>, a high-performance open-source MySQL proxy.'
+ },
+
'pgbouncer': {
title: 'PgBouncer',
icon: '<i class="fas fa-exchange-alt"></i>',