Skip to content

Commit

Permalink
Include docs on how to disable the usage report
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Jun 28, 2022
1 parent f972410 commit 4340c72
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/tempo/website/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This document explains the configuration options for Tempo as well as the detail
- [storage](#storage)
- [memberlist](#memberlist)
- [overrides](#overrides)
- [usage-report](#usage-report)
- [search](#search)

#### Use environment variables in the configuration
Expand Down Expand Up @@ -1110,3 +1111,19 @@ search_enabled: true
```

Additional search-related settings are available in the [distributor](#distributor) and [ingester](#ingester) sections.

## Usage-report

By default, Tempo will report anonymous usage data to Grafana Labs concerning
the shape of a deployment. This data is used to determine how common
the deployment of certain features are, or if a feature flag has been enabled,
replication factor or compression levels, etc.

The reporting is controlled by a configuration option. To disable the
automatic reporting of this generic information, the following configuration
can be used.

```yaml
usage_report:
reporting_enabled: false
```

0 comments on commit 4340c72

Please sign in to comment.