grafana-diagram
grafana-diagram copied to clipboard
Grafana 8 & 9 support
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.
Yes would like to know too. On v8.4.3. It could be me though.
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 ....
See #244