IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
963 stars 309 forks source link

no image renderer plugin available/ installed. #283

Open infa-mlagad opened 3 years ago

infa-mlagad commented 3 years ago

getting this error whenever i tried to generate report of any dashboard.

no image renderer plugin available/ installed. for grafana to be able to generate an image you need to install the grafana image renderer plugin.

Kindly help with this.

tranquillechat commented 3 years ago

Hi,

It's not in the doc but, a little search - and you need to install grafana-cli plugins install grafana-image-renderer

TC

lynskey08 commented 3 years ago

Can you explain how to install the plugin? I was looking at a tutorial the other day that did it as part of the docker-compose.yml file and it didn't seem to work for me.

fntkg commented 3 years ago

In the website you have how to do it: https://grafana.com/docs/grafana/latest/installation/docker/#build-with-grafana-image-renderer-plugin-pre-installed.

But i if you get a 500 code error rendering images you will have to deploy Grafana from source code because docker containers doesn't have the dependencies required by the image renderer 😭 Here is the troubleshoot webpage with required dependencies