Docs: Add documentation for reporting.enabled config option (#46606)

Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
pull/50124/head
Jesse Weaver 4 years ago committed by GitHub
parent cfdea1ee30
commit d3c6c2ed94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save