add proxysql dashboard info (#13669)
Ilya Mashchenko committed
Sep 16, 2022 at 16:08 UTC
d70640d8803d667966bbcf5ca7d59ee47b96988d
1 file changed
+6
web/gui/dashboard_info.js
+6
@@ -345,6 +345,12 @@ netdataDashboard.menu = {
345
info: 'Performance metrics for <b>PostgreSQL</b>, the open source object-relational database management system (ORDBMS).'
346
},
347
348
+ 'proxysql': {
349
+ title: 'ProxySQL',
350
+ icon: '<i class="fas fa-database"></i>',
351
+ info: 'Performance metrics for <b>ProxySQL</b>, a high-performance open-source MySQL proxy.'
352
+ },
353
+
354
'pgbouncer': {
355
title: 'PgBouncer',
356
icon: '<i class="fas fa-exchange-alt"></i>',