summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-25 14:26:42 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-25 14:26:42 +0000
commit057be548786933454619a8507122d0afd8f3e0e3 (patch)
treea9fa77d935f7659cf9e3874cec65671e1b40b5b8 /docs
parentBlow up config if opentracing is missing (#5985) (diff)
parentadd report_stats_endpoint config option (#6012) (diff)
downloadsynapse-057be548786933454619a8507122d0afd8f3e0e3.tar.xz
add report_stats_endpoint config option (#6012)
Diffstat (limited to 'docs')
-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 e49b9d945e..641108de17 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1142,6 +1142,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 ##