Skip to content

Commit

Permalink
PMM-13147 Update qan plugin configuration (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec authored Jul 4, 2024
1 parent 0f5de47 commit 0a8b416
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pmm-app/src/module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export class ConfigCtrl {
static template = '<h3 class="page-heading">PMM App</h3>';
}
import { AppPlugin } from '@grafana/data';

export const plugin = new AppPlugin();
14 changes: 5 additions & 9 deletions pmm-app/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"small": "img/pmm-logo.svg",
"large": "img/pmm-logo.svg"
},
"version": "2.32.0",
"updated": "2022-11-07"
"version": "3.0.0",
"updated": "2024-06-20"
},
"includes": [
{
Expand Down Expand Up @@ -180,7 +180,7 @@
{
"type": "dashboard",
"name": "NUMA Details",
"path":"dashboards/OS/NUMA_Details.json"
"path": "dashboards/OS/NUMA_Details.json"
},
{
"type": "dashboard",
Expand All @@ -192,10 +192,7 @@
"name": "MySQL Group Replication Summary",
"path": "dashboards/MySQL/MySQL_Group_Replication_Summary.json"
},
{ "type": "dashboard",
"name": "Network Details",
"path": "dashboards/OS/Network_Details.json"
},
{ "type": "dashboard", "name": "Network Details", "path": "dashboards/OS/Network_Details.json" },
{
"type": "dashboard",
"name": "Nodes Compare",
Expand Down Expand Up @@ -292,9 +289,8 @@
"path": "dashboards/Experimental/Environments_Overview.json"
}
],

"dependencies": {
"grafanaDependency": ">=7.x.x",
"grafanaDependency": ">=10.x.x",
"plugins": []
}
}

0 comments on commit 0a8b416

Please sign in to comment.