How To Support Panel Image Rendering in Grafana Server

To render a panel image, you must install the Grafana Image Renderer plugin.
1 2 |
sudo grafana-cli plugins install grafana-image-renderer sudo service grafana-server restart |
![]() |
To render a panel image, you must install the Grafana Image Renderer plugin.
1 2 |
sudo grafana-cli plugins install grafana-image-renderer sudo service grafana-server restart |
1 2 3 4 5 |
$URL = 'http'; if ($_SERVER["HTTPS"] == "on") { $URL .= "s"; } $URL .= '://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; |