missing prefix for the statsd

This commit is contained in:
Igor Konforti 2018-02-16 18:18:00 +02:00
parent d32f4ca325
commit 992eaaac24

View File

@ -30,4 +30,13 @@ all requests. The following metrics are generated:
* ``gunicorn.log.warning``: rate of warning 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