robusta-dev/robusta

Missing Dockerfile for Grafana-Renderer?

Closed this issue ยท 4 comments

hello,

im trying to understand the usage of grafana-renderer found in the helm chart. I believe it is disabled by default but i also do not understand the usecase

i also could not find the dockerfile for the supposed image, and the image uploaded is over a year old on ghcr so i was not sure if something like this is maintained and if i should be using the image

thanks !

Hi ๐Ÿ‘‹, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can!

  • ๐Ÿ’ฌ Slack Community: Join Robusta team and other contributors on Slack here.
  • ๐Ÿ“– Docs: Find our documentation here.
  • ๐ŸŽฅ YouTube Channel: Watch our videos here.

Hi @Shamim56 ,

The Grafana renderer can be used to render Grafana dashboards and send it as a notification.

The implementation of it can be found here:
https://github.com/robusta-dev/robusta-puppeteer

This action for example uses it:

def report_rendering_task(event: ExecutionBaseEvent, action_params: ReportParams):

The typical use case is sending some Grafana dashboards after a deployment was created

Does that help?

Yes it makes sense now, thank you. I think that link for the implementation is private, it returns a 404

you're right @Shamim56
I made it public