[SUPPORT] grafana - Grafana Image Renderer


Recommended Posts

Support for Grafana Image Renderer docker container. This is a Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.

Application Name: Grafana Image Renderer
Application Site: https://grafana.com/grafana/plugins/grafana-image-renderer/

Docker Hub: https://hub.docker.com/r/grafana/grafana-image-renderer
Github:

Documentation: https://grafana.com/grafana/plugins/grafana-image-renderer/

 

Read Grafana Image Renderer documentation and see usage instructions at projects page.

 

In order to use this as a plugin of your Grafana docker instance you must add this enviromental arguments to that container:
 

- GF_RENDERING_SERVER_URL: http://renderer-ip:8081/render
- GF_RENDERING_CALLBACK_URL: http://grafana-ip:3000/


Change the IP (and the ports) to suit your configuration.

 

  • Like 2
Link to comment
  • 9 months later...

Thanks for the plugin,

On 1/19/2022 at 5:10 PM, yayitazale said:

Support for Grafana Image Renderer docker container. This is a Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.

Application Name: Grafana Image Renderer
Application Site: https://grafana.com/grafana/plugins/grafana-image-renderer/

Docker Hub: https://hub.docker.com/r/grafana/grafana-image-renderer
Github:

Documentation: https://grafana.com/grafana/plugins/grafana-image-renderer/

 

Read Grafana Image Renderer documentation and see usage instructions at projects page.

 

In order to use this as a plugin of your Grafana docker instance you must add this enviromental arguments to that container:
 

- GF_RENDERING_SERVER_URL: http://renderer-ip:8081/render
- GF_RENDERING_CALLBACK_URL: http://grafana-ip:3000/


Change the IP (and the ports) to suit your configuration.

 

is this in unraid a Variable or Label ?
can you show an example Screen for me please ?

Link to comment
  • 5 months later...
  • 1 month later...

I have this working but I'm unable to edit the config.json. The rendered image is coming back at the 1000x500 resolution specified in the json, which is one thing I need to change.

 

It might be my limited knowledge of Docker. I can't edit the file directly in the Unraid container cli (root permissions) and I can't map the path to appdata or it will fail to start.

Link to comment

Figured it out. The config.json may not be editable. You have to specify the size with URL switches:

 

&kiosk&height=1080&width=1920

 

I'm using the &kiosk to remove extraneous dashboard content for displaying on a TV. The height and width parameters can be set to whatever you need for the display.

  • Like 1
Link to comment
  • 10 months later...
18 hours ago, assembled-prejudice1822 said:

Hello,

 

How to setup Grafana (docker in Unraid) after I have installed this docker ?

 

Thank you !

Franck

You already have the answer in the description of the template:

 

Read Grafana Image Renderer documentation and see usage instructions at readme link.

In order to use this as a plugin of your Grafana docker instance you must add this enviromental arguments to that container:

- GF_RENDERING_SERVER_URL: http://renderer-ip:8081/render

- GF_RENDERING_CALLBACK_URL: http://grafana-ip:3000/

Change the IP (and the ports) to suit your configuration.

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.