mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
missing prefix for the statsd
This commit is contained in:
parent
d32f4ca325
commit
992eaaac24
@ -30,4 +30,13 @@ all requests. The following metrics are generated:
|
|||||||
* ``gunicorn.log.warning``: rate of warning log messages
|
* ``gunicorn.log.warning``: rate of warning log messages
|
||||||
* ``gunicorn.log.exception``: rate of exceptional log messages
|
* ``gunicorn.log.exception``: rate of exceptional log messages
|
||||||
|
|
||||||
|
|
||||||
|
``Statsd`` logger also provides a prefix for the metrics:
|
||||||
|
|
||||||
|
* ``--statsd-prefix STATSD_PREFIX``
|
||||||
|
* ````
|
||||||
|
|
||||||
|
A trailing ``.`` is added, if not provided.
|
||||||
|
|
||||||
|
|
||||||
.. _statsD: https://github.com/etsy/statsd
|
.. _statsD: https://github.com/etsy/statsd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user