Merge branch 'master' into develop

This commit is contained in:
Brendan Abolivier 2022-07-19 16:14:02 +02:00
commit 47822fd2e8
No known key found for this signature in database
GPG key ID: CB2B33F7C23D44C6
11 changed files with 55 additions and 32 deletions

View file

@ -2429,9 +2429,14 @@ metrics_flags:
---
### `report_stats`
Whether or not to report anonymized homeserver usage statistics. This is originally
Whether or not to report homeserver usage statistics. This is originally
set when generating the config. Set this option to true or false to change the current
behavior.
behavior. See
[Reporting Homeserver Usage Statistics](../administration/monitoring/reporting_homeserver_usage_statistics.md)
for information on what data is reported.
Statistics will be reported 5 minutes after Synapse starts, and then every 3 hours
after that.
Example configuration:
```yaml
@ -2440,7 +2445,7 @@ report_stats: true
---
### `report_stats_endpoint`
The endpoint to report the anonymized homeserver usage statistics to.
The endpoint to report homeserver usage statistics to.
Defaults to https://matrix.org/report-usage-stats/push
Example configuration: