sprockets.mixins.metrics/examples
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
..
__init__.py Implement timer metric in StatsdMixin. 2016-01-19 08:34:15 -05:00
influxdb.py InfluxDBMixin: Move call to super.__init__. 2016-03-21 11:15:05 -04:00
statsd.py Implement collector/periodic callback 2016-03-10 15:45:50 -05:00