Releases: sprockets/sprockets.mixins.metrics
Make clean shutdown possible
4.1.0 Update metadata for 4.1.0.
Merge pull request #32 from sprockets/release/4.0.0
Release 4.0.0
Loosen Tornado pin to include version 4.4
Merge pull request #24 from ibnpaul/update-tornado-pin Loosen Tornado pin to include 4.4
Use tornado's get_status() method.
Merge pull request #23 from nvllsvm/master Use get_status to retrieve status code
Add install usage pattern and statsd metric type path prefix
Add install usage pattern for using mixin within Tornado app. Strip down statsd mixin adding a collector class to do metric recording. Add path prefix for the metric type, eg. counters, timers, etc. Add configuration parameters to enable/disable metric type prefix.
Make calling set_metric_tag in initialize not explode
From 471adf5:
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__
.
Periodically send messages to InfluxDB
This release changes the InfluxDB batch handling so that it periodically sends batches instead of sending a batch when a request is processed.
Fix packaging stupidity
Merge pull request #11 from sprockets/fix-version-importing Fix packaging
First public release
Supports reporting to StatsD and InfluxDB.
Alpha Release
This will be moving quickly towards a 1.0 release.