summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-20 13:21:44 +0000
committerErik Johnston <erik@matrix.org>2019-02-20 13:39:37 +0000
commit3d672fec51ac2606625e7fe1b5e8a6a9bde66734 (patch)
tree8cd666f2f12eedfb24e7f002a513e035c5871e71 /synapse
parentFix registration on workers (#4682) (diff)
downloadsynapse-3d672fec51ac2606625e7fe1b5e8a6a9bde66734.tar.xz
Fixup generated metrics config
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/metrics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py
index 35f1074765..f7833053ba 100644
--- a/synapse/config/metrics.py
+++ b/synapse/config/metrics.py
@@ -57,6 +57,8 @@ class MetricsConfig(Config):
         # through insecure notification channels if so configured.
         #sentry:
         #    dsn: "..."
+
+        # Whether or not to report anonymized homeserver usage statistics.
         """
 
         if report_stats is None: