Closed Alan1810 closed 2 months ago
Hello,
Thanks for opening this issue. I can confirm that this is a regression in 1.5.0
. Prior to 1.5.0
, the plugin was using the chrome
binary shipped from grafana-image-renderer
, if found. In 1.5.0
, we made a lot of changes to support remote chrome instance and now we are relying on the chrome
on PATH
.
Have you installed chromium
on the server where Grafana is running? The chrome
shipped by grafana-image-renderer
might not be enough as it still lacks quite a few shared libs. If you would not want or cannot install chromium
, a work around would be to add /var/lib/grafana/plugins/plugin-linux-x64-glibc/chrome/linux-129.0.6654.0/chrome-linux64
to PATH
so that chrome
would be picked up the plugin.
I will fix it for the next release.
I don't want to install chtomium to my server and adding chrome to PATH seems not working.
I donwgrade to 1.4.1 and will wait for the fix in the next release.
Regards.
@Alan1810 Please try out the main branch. I merged a PR to fix this regression.
Cheers
Hi,
After upgrading from 1.4.1 to 1.5.0 on grafana 11.1.4, I can't access to Plugin Health Check (Apps > Grafana Dashboard Reporter)
I have an error in browser :
In grafana log, when accessing :
Chrome is present in grafana-image-renderer :
Env: Ubuntu 22.04.4 grafana 11.1.4 grafana-dashboard-reporter 1.5.0 grafana-image-renderer 3.11.3 with chrome included
Any ideas ?
Best regards