grafana-diagram icon indicating copy to clipboard operation
grafana-diagram copied to clipboard

Grafana 8 & 9 support

Open mrt-xci opened this issue 2 years ago • 3 comments

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.

mrt-xci avatar Jun 02 '22 08:06 mrt-xci

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

juleshac avatar Aug 09 '22 13:08 juleshac

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 ....

Atrhur76 avatar Nov 17 '22 12:11 Atrhur76

See #244

jeremy avatar Aug 01 '23 05:08 jeremy