diff --git a/docs/sources/dashboards/create-reports/index.md b/docs/sources/dashboards/create-reports/index.md index 42163eff242..07c97cac575 100644 --- a/docs/sources/dashboards/create-reports/index.md +++ b/docs/sources/dashboards/create-reports/index.md @@ -301,7 +301,7 @@ These options are available in the [configuration](ref:configuration) file. [reporting] # Use this option to enable or disable the reporting feature. When disabled, no reports are generated, and the UI is hidden. By default, reporting is enabled. enabled = true -# Set timeout for each panel rendering request +# Set timeout for the following reporting rendering requests: generating PDFs, generating embedded dashboard images for report emails, and generating attached CSV files. rendering_timeout = 10s # Set maximum number of concurrent calls to the rendering service concurrent_render_limit = 4 @@ -318,7 +318,7 @@ font_regular = DejaVuSansCondensed.ttf font_bold = DejaVuSansCondensed-Bold.ttf # Name of the TrueType font file with italic style font_italic = DejaVuSansCondensed-Oblique.ttf -# Maximum number of panel rendering request retries before returning an error. To disable the retry feature, enter `0`. This is available in public preview and requires the `reportingRetries` feature toggle. +# Maximum number of times the following reporting rendering requests are retried before returning an error: generating PDFs, generating embedded dashboard images for report emails, and generating attached CSV files. To disable the retry feature, enter `0`. This is available in public preview and requires the `reportingRetries` feature toggle. max_retries_per_panel = 3 # Allowed domains to receive reports. Use an asterisk (`*`) to allow all domains. Use a comma-separated list to allow multiple domains. Example: allowed_domains = grafana.com, example.org allowed_domains = * diff --git a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md index eaeb1527c3d..440387f24e0 100644 --- a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md +++ b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md @@ -140,7 +140,7 @@ Age for recent active users. ### rendering_timeout -Timeout for each panel rendering request. +Timeout for the following reporting rendering requests: generating PDFs, generating embedded dashboard images for report emails, and generating attached CSV files. ### concurrent_render_limit @@ -172,7 +172,7 @@ Name of the TrueType font file with italic style. ### max_retries_per_panel -Maximum number of panel rendering request retries before returning an error. To disable the retry feature, enter `0`. This is available in public preview and requires the `reportingRetries` feature toggle. +Maximum number of times the following reporting rendering requests are retried before returning an error: generating PDFs, generating embedded dashboard images for report emails, and generating attached CSV files. To disable the retry feature, enter `0`. This is available in public preview and requires the `reportingRetries` feature toggle. ### allowed_domains