sprockets.mixins.metrics/docs
Dave Shawley 471adf5cb7 InfluxDBMixin: Move call to super.__init__.
`tornado.web.RequestHandler.__init__` calls
`tornado.web.RequestHandler.initialize` to initialize the object.
Sub-classes should be able to call our methods to tag metrics in
their `initialize` implementations.  For this to work we need to
set our internal attributes *BEFORE* we call `super.__init__`.
2016-03-21 11:15:05 -04:00
..
_static docs: Create a static directory. 2016-01-27 11:09:29 -05:00
api.rst Expose set_metric_tag consistently. 2016-01-27 10:46:23 -05:00
conf.py docs: Create a static directory. 2016-01-27 11:09:29 -05:00
contributing.rst Clean up docs/environment etc. 2016-01-19 11:43:24 -05:00
examples.rst Add InfluxDB example. 2016-01-21 14:23:04 -05:00
history.rst InfluxDBMixin: Move call to super.__init__. 2016-03-21 11:15:05 -04:00
index.rst Implement timer metric in StatsdMixin. 2016-01-19 08:34:15 -05:00