From 9f72be235c08d3a9c03d9be0e330846a4ccb372a Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 1 Dec 2014 08:45:20 +0200 Subject: [PATCH] Add missing period. --- docs/source/instrumentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/instrumentation.rst b/docs/source/instrumentation.rst index 9da8dd81..8f305f7c 100644 --- a/docs/source/instrumentation.rst +++ b/docs/source/instrumentation.rst @@ -8,7 +8,7 @@ Instrumentation Gunicorn provides an optional instrumentation of the arbiter and 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 metrics so that instrumentation does not cause Gunicorn to be held up by a slow statsD consumer.