The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/image-rendering/draft_context_per_render_ke...

1020 B

+++ title = "DRAFT" description = "DRAFT" keywords = ["grafana", "image", "rendering", "plugin"] draft = true +++

Context per render key

In contextPerRenderKey mode, the plugin will reuse the same browser context for all rendering requests sharing the same renderKey auth cookie and target domain within a short time window. Each new request will open a new page within the existing context. Contexts are closed automatically after 5s of inactivity.

In the case of contextPerRenderKey mode, the clustering.max_concurrency option refers to the number of open contexts rather than the number of open pages. There is no limit to the latter.

contextPerRenderKey was designed to improve the performance of the [dashboard previews crawler](TODO: ADD LINK).