From 8477d7b4a27812360bcd25b6916dba61471f18e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Wed, 11 Mar 2020 12:58:03 +0100 Subject: [PATCH] Docs: add rendering configuration in reporting (#22715) * Docs: add rendering configuration in reporting * Docs: fix mispelling --- docs/sources/enterprise/reporting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/sources/enterprise/reporting.md b/docs/sources/enterprise/reporting.md index 9295ebd6b3c..fa15e1cf749 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -41,6 +41,18 @@ Currently only Organization Admins can create reports. {{< docs-imagebox img="/img/docs/enterprise/reports_create_new.png" max-width="500px" class="docs-image--no-shadow" >}} +## Rendering configuration + +When Grafana generates a report, it will render each panel separately and then put them together in a PDF file. You can configure the per-panel rendering request timeout and the maximum number of concurrent calls to the rendering service. These options are available in the [configuration]({{< relref "../installation/configuration.md">}}) file. + +```ini +[reporting] +# Set timeout for each panel rendering request +rendering_timeout = 10s +# Set maximum number of concurrent calls to the rendering service +concurrent_render_limit = 10 +``` + ## Troubleshoot reporting To troubleshoot and get more log information, enable debug logging in the configuration file. Refer to [Configuration]({{< relref "../installation/configuration.md#filters" >}}) for more information.