-
Notifications
You must be signed in to change notification settings - Fork 31
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
Compatibility with Grafana 8/9 #111
Comments
The patch that includes the transformation are also available in 7.5.10 for those still running Grafana 7. |
Hello, we are using PostgreSQL on Grafana v8.0.6. The original Grafana Worldmap panel is installed (0.3.3) but not being used 😅 |
Hi, |
We are using Flux to call postgresql (with sql.from) |
I'm seeing various related errors attempting to get data from PostgreSQL with Grafana v8.0.6 and current (as of time of writing) Worldmap Panel. |
Hi there, we just released panodata-map-panel-0.16.0 and will be happy to receive any feedback on this with respect to compatibility with Grafana 8. With kind regards, |
I have tested with this release. Same problem but I noticed this error "GET https://XXX/grafana/public/plugins/grafana-worldmap-panel/module.js?_cache=1626873546956 net::ERR_UNEXPECTED_PROXY_AUTH". When I go to the link, I have the "failed to get the user" error on the page. No problem with the other panels. Grafana log:
|
Hi @duylong, thanks for your report. Requests to Can you make sure to uninstall all other map panels and check the Grafana "plugins" folder for any leftovers beforehand? Maybe also uninstall/remove and reinstall With kind regards, |
Is this a register problem by you?
|
I was trying to get https://github.com/panodata/panodata-map-panel/releases/tag/0.16.0 running on 8.2.5 today, but no success. Seems like grafana is just refusing to load the plugin. |
This comment has been minimized.
This comment has been minimized.
@matschaffer I think that by default Grafana treats unsigned plugins this way. Currently I am running my Grafana server (v8.3.3) in development mode instead of the default production mode, you can do this by altering
After that the grafana.log file should show entries like:
But the panodata-map-panel does come through in our instance. |
@d-roet @matschaffer FYI: You can load unsigned plugins in production mode when you whitelist these plugins in your Grafana configuration. See the allow_loading_unsigned_plugins configuration option in the plugins section. You can also use the |
Hi again, we recently upgraded to Grafana 9 on one of our servers, and are able to confirm that Panodata Map Panel 0.16.0 is working well ✅. That being said, we would still have to improve some details on the editor side, as reported by @thepilot21 at GH-126. Further, the DataError: Format mismatch error observed on specific data sources, and reported by @raphaelrrl and @mckn, is being tracked at GH-123. If you are observing other issues we are not aware of, please open a separate issue. With kind regards, and a happy new year, |
Hi there,
first of all, I want to thank @jm66, @MarcoPignati, @ShagoY, @andsens and @wols for reporting problems with Grafana 8 and for helping to resolve the issues in one way or another (see #103 and #109).
Now, I wanted take the chance to ask which data sources (InfluxDB, Elasticsearch, PostgreSQL, MySQL, ...) all of you are using? It looks like others are also reporting problems using the original Grafana Worldmap panel, which might depend on the type of data source they are using.
Mitigations for those problem reports apparently have been added through either a patch for Worldmap (grafana#318) or a patch to Grafana itself (grafana/grafana#36737). The latter is apparently already available through Grafana 8.0.6. Thank you for your efforts on this, @hugohaggmark, @mckn, @ryantxu and @torkelo.
So, this is currently a placeholder issue in order to investigate and discuss how those improvements might also have to be applied by users of the Panodata Map Panel fork in any way.
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: