summary refs log tree commit diff
path: root/synapse/config/metrics.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-15 14:45:52 +0100
committerErik Johnston <erik@matrix.org>2015-06-15 14:45:52 +0100
commit44c9102e7ae8199c311faf42fb3fbec437acd28a (patch)
tree02f9401470bdbde5545a99ee1bb111f2bb2a0297 /synapse/config/metrics.py
parentMake http.server request logging more verbose, but redact access_tokens (diff)
parentRemove redundant newline (diff)
downloadsynapse-44c9102e7ae8199c311faf42fb3fbec437acd28a.tar.xz
Merge branch 'erikj/listeners_config' into erikj/sanitize_logging
Diffstat (limited to 'synapse/config/metrics.py')
-rw-r--r--synapse/config/metrics.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py
index 0cfb30ce7f..ae5a691527 100644
--- a/synapse/config/metrics.py
+++ b/synapse/config/metrics.py
@@ -28,10 +28,4 @@ class MetricsConfig(Config):
 
         # Enable collection and rendering of performance metrics
         enable_metrics: False
-
-        # Separate port to accept metrics requests on
-        # metrics_port: 8081
-
-        # Which host to bind the metric listener to
-        # metrics_bind_host: 127.0.0.1
         """