summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorSorunome <mail@sorunome.de>2019-09-12 12:24:57 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-09-12 11:24:57 +0100
commitdd2e5b0038dbe9812775e5943e5bccf550d7468a (patch)
treead1434e1da092612d4625caf99adc17ff59d5d36 /docs/sample_config.yaml
parentBlow up config if opentracing is missing (#5985) (diff)
downloadsynapse-dd2e5b0038dbe9812775e5943e5bccf550d7468a.tar.xz
add report_stats_endpoint config option (#6012)
This PR adds the optional `report_stats_endpoint` to configure where stats are reported to, if enabled.
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index c970a1c679..dd4e2d5ebd 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -985,6 +985,11 @@ metrics_flags:
 # Whether or not to report anonymized homeserver usage statistics.
 # report_stats: true|false
 
+# The endpoint to report the anonymized homeserver usage statistics to.
+# Defaults to https://matrix.org/report-usage-stats/push
+#
+#report_stats_endpoint: https://example.com/report-usage-stats/push
+
 
 ## API Configuration ##