0
I am trying to create a grafana panel plugin on windows, so I followed the step
- inside conf folder I copied defaults.ini and remane it custom.ini
- change path [paths] plugins = “C:\dev\grafana”
- create grafana plugin with npx @grafana/toolkit plugin:create my-plugin and build
- restart grafana
But not getting my-plugin in grafana list I am using grafana 8.1.5 is there any issue to declare absolute plugin path plugins = “C:\dev\grafana”