sprockets.mixins.metrics/docs/history.rst

44 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2016-01-18 20:32:49 +00:00
.. :changelog:
Release History
===============
2016-03-11 14:33:53 +00:00
`2.0.0`_ (11-Mar-2016)
----------------------
- Rework InfluxDB buffering to use a periodic callback instead of flushing
the buffer upon request.
`1.1.1`_ (9-Mar-2016)
---------------------
- Fix packaging woes part deux.
`1.1.0`_ (9-Mar-2016)
---------------------
2016-03-11 14:33:53 +00:00
- Update InfluxDB mixin to buffer measurements across requests based on a
max time and/or length.
2016-02-01 19:53:06 +00:00
`1.0.1`_ (1-Feb-2016)
---------------------
- Fix packaging woes.
2016-02-01 15:17:09 +00:00
`1.0.0`_ (1-Feb-2016)
---------------------
- Remove extraneous quotes from InfluxDB tag values.
- Convert HTTP status code from value to a tag in the InfluxDB mix-in.
2016-01-27 15:50:24 +00:00
`0.9.0`_ (27-Jan-2016)
----------------------
2016-01-19 12:51:09 +00:00
- Add :class:`sprockets.mixins.metrics.StatsdMixin`
2016-01-19 15:04:19 +00:00
- Add :class:`sprockets.mixins.metrics.testing.FakeStatsdServer`
2016-01-21 19:49:11 +00:00
- Add :class:`sprockets.mixins.metrics.testing.FakeInfluxHandler`
- Add :class:`sprockets.mixins.metrics.InfluxDBMixin`
- Add :class:`sprockets.mixins.metrics.influxdb.InfluxDBConnection`
2016-01-18 20:32:49 +00:00
2016-03-11 14:33:53 +00:00
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/2.0.0...master
.. _2.0.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.1.1...2.0.0
.. _1.1.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.1.0...1.1.1
.. _1.1.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.0.1...1.1.0
.. _1.0.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.0.0...1.0.1
2016-02-01 15:17:09 +00:00
.. _1.0.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/0.9.0...1.0.0
2016-01-27 15:50:24 +00:00
.. _0.9.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/0.0.0...0.9.0