From 8be62ce2ffa0a92f083e0e82472380b2d987ced2 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:52:46 -0400 Subject: [PATCH] Docs: Add documentation for reporting.enabled config option (#46606) (#50129) Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com> (cherry picked from commit d3c6c2ed9461d44900a16e2568687c6529526fda) Co-authored-by: Jesse Weaver --- 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 7ba5204e8e1..7699d487a00 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -165,6 +165,8 @@ These options are available in the [configuration]({{< relref "../administration ```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