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” now_you_see_it now_you_dont

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)

Most upvoted comments

Ok, finally got it to work. There are two thing you could try actually.

  1. The browser caching issue i mentioned above - Try this first
  2. It may be a browser caching issue so try opening grafana in a private tab
    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 image

//Regards Joel T Stephen