From 44b090fa475604707862d50e2393e1af2de956d3 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 1 Dec 2014 08:52:17 +0200 Subject: [PATCH] Remove an incorrect note from instrumentation.txt. --- docs/source/instrumentation.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/instrumentation.rst b/docs/source/instrumentation.rst index 8f305f7c..27797617 100644 --- a/docs/source/instrumentation.rst +++ b/docs/source/instrumentation.rst @@ -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