Skip to content

Commit

Permalink
PMM-12710: New Dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Sep 24, 2024
1 parent ae8aa0e commit 10e888b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions tests/dashboards/pages/searchDashboardsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,24 @@ module.exports = {
mongoDb: {
name: 'MongoDB',
items: [
'MongoDB Cluster Summary',
'MongoDB Collections Overview',
'MongoDB InMemory Details',
'MongoDB Instance Summary',
'MongoDB Instances Compare',
'MongoDB Instances Overview',
'MongoDB MMAPv1 Details',
'MongoDB Oplog Details',
'MongoDB ReplSet Summary',
'MongoDB Sharded Cluster Summary',
'MongoDB WiredTiger Details',
'MongoDB Router Summary',
],
},
mySql: {
name: 'MySQL',
items: [
'HAProxy Instance Summary',
'MySQL Amazon Aurora Details',
'MySQL Query Response Time Details',
'MySQL Command/Handler Counters Compare',
'MySQL Group Replication Summary',
'MySQL InnoDB Compression Details',
Expand All @@ -45,6 +47,7 @@ module.exports = {
'MySQL MyISAM/Aria Details',
'MySQL MyRocks Details',
'MySQL Performance Schema Details',
'MySQL Query Response Time Details',
'MySQL Replication Summary',
'MySQL Table Details',
'MySQL TokuDB Details',
Expand Down Expand Up @@ -83,10 +86,15 @@ module.exports = {
name: 'Experimental',
items: [
'DB Cluster Summary',
'Databases Overview',
'Environments Overview (Designed for PMM)',
'MongoDB Collection Details',
'MongoDB Collections Overview',
'MongoDB Oplog Details',
'MongoDB Cluster Summary (Old)',
'MongoDB ReplSet Summary (Old)',
'Patroni Details',
'PMM Health',
'PostgreSQL Checkpoints, Buffers and WAL Usage',
'PostgreSQL Vacuum Monitoring',
'PostgreSQL Instance',
'PXC Galera Cluster Summary (experimental)',
],
},
Expand Down

0 comments on commit 10e888b

Please sign in to comment.