I have the Grafana image renderer running as a side-car container to my main Grafana container in Kubernetes, and it is working well.
The image renderer has default settings for height, width, and scale in its config file, however when you click “direct link rendered image” the request sent by Grafana specifies these settings as URL parameters and so the image renderer defaults are not respected.
Is there a way to set the default height, width, and scale that Grafana requests from the image renderer?