Clarify how to enable/disable statsd collection

This commit is contained in:
Thomas Kluyver
2017-11-16 14:33:08 +00:00
committed by GitHub
parent 963cd88440
commit f1a8a72a9f

View File

@@ -675,7 +675,7 @@ class JupyterHub(Application):
).tag(config=True)
statsd_host = Unicode(
help="Host to send statsd metrics to"
help="Host to send statsd metrics to. An empty string (the default) disables sending metrics."
).tag(config=True)
statsd_port = Integer(