diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py
index 35f1074765de4272cf9278c8cf106e706c9f4419..f7833053baf6d532f7141e01de7025e2946d0e6b 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: