From f1a8a72a9fc48e66f2ccfd19e48a9238d65dd8e5 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 16 Nov 2017 14:33:08 +0000 Subject: [PATCH] Clarify how to enable/disable statsd collection --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/app.py b/jupyterhub/app.py index 32a1b628..cb9a2870 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -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(