mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
Clarify how to enable/disable statsd collection
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user