From d3c6c2ed9461d44900a16e2568687c6529526fda Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Thu, 2 Jun 2022 15:52:32 -0600 Subject: [PATCH] Docs: Add documentation for reporting.enabled config option (#46606) Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com> --- docs/sources/enterprise/reporting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/enterprise/reporting.md b/docs/sources/enterprise/reporting.md index b42c899ab94..fa93d3af79f 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -167,6 +167,8 @@ These options are available in the [configuration]({{< relref "../setup-grafana/ ```ini [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 rendering_timeout = 10s # Set maximum number of concurrent calls to the rendering service