mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 11:03:00 +00:00
Clarify how to enable/disable statsd collection
This commit is contained in:
@@ -675,7 +675,7 @@ class JupyterHub(Application):
|
|||||||
).tag(config=True)
|
).tag(config=True)
|
||||||
|
|
||||||
statsd_host = Unicode(
|
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)
|
).tag(config=True)
|
||||||
|
|
||||||
statsd_port = Integer(
|
statsd_port = Integer(
|
||||||
|
Reference in New Issue
Block a user