-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a panel: diagram doesn't appear in list #19
Comments
Maybe something to do with browser cache? I had the same when installing the plugin, even after restarting grafana, but a hard refresh in chrome did the trick. |
perhaps, but that would still be a cache management bug, most likely. I'll verify whether or not that fixes it. |
set it up on REL-7 we have the same problem. |
do you see the "settings > panels > jdbranham-diagram-panel" in the object [you can use the javascript console in the browser window] - window.grafanaBootData |
Hi Jdbranham I have the same issue and no i don't see "settings > panels > jdbranham-diagram-panel" in the object window.grafanaBootData |
@asifmohammedgithub Do you see anything in the logs about loading the plugin, and do you see the plugin folder in "/var/lib/grafana/plugins" [or wherever your plugins are located?] |
Plugin folder is created. I do not see anything in the logs. even enabling debug does not log anything. |
in settings i do not see any panel. |
using the CLI tool, do you see the plugin installed? http://docs.grafana.org/plugins/installation/
|
yes it does show it . Restart grafana after installing plugins . |
Are you using a web front end like Apache or Nginx? |
Hi Guys This seems to be an issue i don't even see new data source I add without clearing my cache or using a private tab. Please investigate, Thanks |
Ok, finally got it to work. There are two thing you could try actually.
|
Were the cache controls fixed for this? |
Nope did not work for me, I gave up on it for now.thanks for the reply On Nov 9, 2016 11:05 AM, "Jonathan Shook" [email protected] wrote:
|
@jdbranham Can we keep this open until we can get an upstream fix or something on the radar? It is an actual issue. |
@jshook |
I have the same problem. I installed using brew. Grafana seems to show plugins dir as
|
Actually, after moving the plugin from |
Had the same issue, looks like browser cache again. When opened in an incognito mode, it worked. |
I have same issue, try all the option listed above. Still panel not show in GUI -list as well not show in plugin list inside GUI. It shows in command line. installed plugins: Restart grafana after installing plugins . /var/lib/grafana/plugins # service grafana-server restartStopping Grafana Server: ... [ OK ] /var/lib/grafana/plugins # grafana-cli plugins lsinstalled plugins: I tried different browser including chrome Incognito/firefox-private mode, |
Yup similar issue here. Permissions are set to "grafana:grafana" for the plugins directory in "/var/lib/grafana/plugins". The grafana-cli ls command is showing the diagram plugin installed, however Grafana admin and panels do not show it. Using an influxDB datasource with no other plugins installed. Also tried in a private browsing window with no success. |
Same issue here. all plugins are installed but only the grafana-diagram don't appears on UI. I can see it installed on grafana CLI... tested in diferents browsers, with clean cache, but it is'nt appearing... grafana version 4.6, I'm running it in a docker container with the official image. |
Do you see anything in the logs regarding the plugin? |
Hi, I have the same problem, this is listed on the grafana.log: t=2017-11-27T10:40:56-0300 lvl=eror msg="Plugins: Failed to load plugin json file: /var/lib/grafana/plugins/jdbranham-diagram-panel/dist/plugin.json, err: json: cannot unmarshal string into Go struct field PluginInfo.author of type plugins.PluginInfoLink" grafana-cli plugins ls Any idea? thank you |
To summarize - Be sure to clear your cache . This would be good information to have in a wiki or on a main site. #18 |
OK was getting this error in the Grafana logs:
Deleted the existing plugin and reinstalled most up to date as per jdbranham's advice above. Looks like the plugin is loading now! |
Hi, I have done all of above. But the plugins still not shown in UI. Please find my logfile as below: t=2019-08-07T00:16:14+0800 lvl=info msg="Config loaded from" logger=settings file=D:\Grafana\grafana/conf/defaults.ini |
Looks like the only plugin that was detected and load was "Grouped Bar Chart". Is the diagram plugin located on your computere here? Also, this log shows your server never successfully started, due to a port conflict. Was that a separate issue? It's possible you have two instances of Grafana running. Maybe a long running Grafana instance was never restarted after the diagram plugin was added. |
Uncommenting |
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:
The text was updated successfully, but these errors were encountered: