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
Gavin M. Roy
c5734a1f69
Whoops
2016-03-10 17:37:54 -05:00
Gavin M. Roy
9ac286bf65
Pass the IOLoop into the HTTPClient
2016-03-10 17:15:35 -05:00
Gavin M. Roy
b66e059811
Implement collector/periodic callback
2016-03-10 15:45:50 -05:00
Ryan Mclean
a27f2976da
Fix python 2.6 support issue for packaging
2016-03-09 14:30:25 -05:00
Ryan Mclean
ca7ed9c846
Bump version -> 1.1.0
...
Add setting options to README
2016-03-09 13:12:24 -05:00
Ryan Mclean
07f909f2a2
Update InfluxDB connection class to handle batch submits
2016-03-08 16:17:53 -05:00
Dave Shawley
3e4300e6b8
WIP
2016-02-19 07:32:37 -05:00
Dave Shawley
5295151ee6
InfluxDBMixin: Move status code to a tag.
2016-02-01 10:12:12 -05:00
Dave Shawley
b9d71dde6b
InfluxDBMixin: Remove unnecessary quotes from tags.
...
It turns out that tag values are always treated as string values so the
quotes are not necessary.
2016-01-30 18:36:24 -05:00
Dave Shawley
78a59d167d
InfluxDBMixin: Always quote tag values.
2016-01-27 10:23:37 -05:00
Dave Shawley
005ad9d7ba
Add sprockets.mixins.metrics.InfluxDBMixin.
2016-01-21 15:49:35 -05:00