summary refs log tree commit diff
path: root/synapse/config/metrics.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-12 17:41:36 +0100
committerErik Johnston <erik@matrix.org>2015-06-12 17:44:23 +0100
commita005b7269a9c1df517f6a01e72c1eea5f4cb0354 (patch)
tree598d255f02328f56fb9d0fc340cb2666d8b1354b /synapse/config/metrics.py
parentFix tests (diff)
downloadsynapse-a005b7269a9c1df517f6a01e72c1eea5f4cb0354.tar.xz
Add backwards compat support for metrics, manhole and webclient config options
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
         """