diff --git a/pmm-app/src/module.ts b/pmm-app/src/module.ts index 13c8cd1fde..5931dbc9c3 100755 --- a/pmm-app/src/module.ts +++ b/pmm-app/src/module.ts @@ -1,3 +1,3 @@ -export class ConfigCtrl { - static template = '

PMM App

'; -} +import { AppPlugin } from '@grafana/data'; + +export const plugin = new AppPlugin(); diff --git a/pmm-app/src/plugin.json b/pmm-app/src/plugin.json index 2d51026949..675457a6a6 100755 --- a/pmm-app/src/plugin.json +++ b/pmm-app/src/plugin.json @@ -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": [ { @@ -180,7 +180,7 @@ { "type": "dashboard", "name": "NUMA Details", - "path":"dashboards/OS/NUMA_Details.json" + "path": "dashboards/OS/NUMA_Details.json" }, { "type": "dashboard", @@ -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", @@ -292,9 +289,8 @@ "path": "dashboards/Experimental/Environments_Overview.json" } ], - "dependencies": { - "grafanaDependency": ">=7.x.x", + "grafanaDependency": ">=10.x.x", "plugins": [] } }