Add backwards compat support for metrics, manhole and webclient config options

This commit is contained in:
Erik Johnston 2015-06-12 17:41:36 +01:00
parent 261ccd7f5f
commit a005b7269a
3 changed files with 27 additions and 16 deletions

View file

@ -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
"""