Image Renderer: Add support for SSL in plugin mode (#98009)

This commit is contained in:
Nathan Marrs
2025-02-04 10:44:02 -08:00
committed by GitHub
parent ff926c5ac5
commit 6eac07c3a7
4 changed files with 23 additions and 4 deletions
@@ -2352,6 +2352,8 @@ URL to a remote HTTP image renderer service, for example, `http://localhost:8081
If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, for example, http://grafana.domain/.
The `callback_url` can also be configured to support usage of the image renderer running as a plugin with support for SSL / HTTPS. For example https://localhost:3000/.
#### `concurrent_render_request_limit`
Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,