Hi
I know what there should be a specific rule for naming your plugin (app/datasource/panel)
Where can I find this info?
Hi
I know what there should be a specific rule for naming your plugin (app/datasource/panel)
Where can I find this info?
The development docs explain the naming convention. Basically, plugins have three parts
--
see http://docs.grafana.org/plugins/developing/code-styleguide/
For example, I created a new panel known as Multistat - so the full name of the plugin is
michaeldmoore-multistat-panel
easy
The “code-styleguide” docs have now been removed, but Get started | Grafana Plugin Tools show’s the Grafana Naming Convention for plugins now.