Skip to content

Commit

Permalink
Remove an incorrect note from instrumentation.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Dec 1, 2014
1 parent 9f72be2 commit 44b090f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/instrumentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ all requests. The following metrics are generated:
* ``gunicorn.log.warning``: rate of warning log messages
* ``gunicorn.log.exception``: rate of exceptional log messages

To generate new metrics you can ``log.info`` with a few additional keywords::

log.info("...", extra={"metric": "my.metric", "value": "1.2", "mtype": "gauge"})

.. _statsD: http://github.com/etsy/statsd

0 comments on commit 44b090f

Please sign in to comment.