grafana-diagram: Adding a panel: diagram doesn't appear in list
For both grafana 3.1.1 and latest (4..), I can install the diagram plugin, see it in the plugins screen, but then not see it available in a dashboard when I “add a panel”

This is via docker images for both version, using the following method for testing the plugin addition:
docker exec -i -t grafana /usr/sbin/grafana-cli plugins install jdbranham-diagram-panel
docker restart grafana
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 32 (8 by maintainers)
Ok, finally got it to work. There are two thing you could try actually.
There was a permissions error for plugin in /var/log.grafana.log. So after chown -R grafana:grafana on the plugin directory.
issue is resolved in my system. In your grafana.ini under the path section specify the path of your grafan-diagram plugin. Below is the screenshot for your reference
//Regards Joel T Stephen