mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Documentation reflect new option name
This commit is contained in:
parent
3c9b9e3218
commit
3b63a6418b
@ -152,9 +152,9 @@ The use of UDP cleanly isolates Gunicorn from the receiving end of the statsD
|
|||||||
metrics so that instrumentation does not cause Gunicorn to be heldeup by a slow
|
metrics so that instrumentation does not cause Gunicorn to be heldeup by a slow
|
||||||
statsD consumer.
|
statsD consumer.
|
||||||
|
|
||||||
To use this instrumentation mechanism, simply use a new logger::
|
To use statsD, just tell gunicorn where the statsD server is:
|
||||||
|
|
||||||
$ gunicorn --statsd-to localhost:8125 ...
|
$ gunicorn --statsd-host=localhost:8125 ...
|
||||||
|
|
||||||
The `Statsd` logger overrides `gunicorn.glogging.Logger` to track
|
The `Statsd` logger overrides `gunicorn.glogging.Logger` to track
|
||||||
all requests. The following metrics are generated:
|
all requests. The following metrics are generated:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user