Add missing period.

This commit is contained in:
Berker Peksag 2014-12-01 08:45:20 +02:00
parent 9a3d580c52
commit 9f72be235c

View File

@ -8,7 +8,7 @@ Instrumentation
Gunicorn provides an optional instrumentation of the arbiter and Gunicorn provides an optional instrumentation of the arbiter and
workers using the statsD_ protocol over UDP. Thanks to the workers using the statsD_ protocol over UDP. Thanks to the
``gunicorn.instrument.statsd`` module, Gunicorn becomes a statsD client ``gunicorn.instrument.statsd`` module, Gunicorn becomes a statsD client.
The use of UDP cleanly isolates Gunicorn from the receiving end of the statsD The use of UDP cleanly isolates Gunicorn from the receiving end of the statsD
metrics so that instrumentation does not cause Gunicorn to be held up by a slow metrics so that instrumentation does not cause Gunicorn to be held up by a slow
statsD consumer. statsD consumer.