Skip to content
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

Grafana 8 & 9 support #231

Open
mrt-xci opened this issue Jun 2, 2022 · 3 comments
Open

Grafana 8 & 9 support #231

mrt-xci opened this issue Jun 2, 2022 · 3 comments

Comments

@mrt-xci
Copy link

mrt-xci commented Jun 2, 2022

Are there any roadmap for grafana 8 or 9 support?
Have tried to get it working with grafana 8.0.6 and 8.5.4, but with no luck. if anybody have it running i would love to hear how.

@juleshac
Copy link

juleshac commented Aug 9, 2022

Yes would like to know too. On v8.4.3. It could be me though.

@Atrhur76
Copy link

Atrhur76 commented Nov 17, 2022

Got the plugin working in v9.2.5

In your grafana.ini add:

[plugins]
allow_loading_unsigned_plugins = jdbranham-diagram-panel

In your docker compose file add:

environment:
- GF_DEFAULT_APP_MODE=development
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS="jdbranham-diagram-panel"

Build and run you docker image.
Navigate to "Configuration" -> "Plugins":
Now the plugin should have status "unsigned" and "installed" and you should be able to click the Update button after which the plugin gets the signed status again.

Remove the changes made to your docker compose and grafana.ini file ....

@jeremy
Copy link

jeremy commented Aug 1, 2023

See #244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants