Dave Shawley
f6d0034438
4.2.0: Library No Longer Maintained.
...
This library is NO LONGER MAINTAINED.
Please switch to either sprockets-influxdb or sprockets-statsd.
https://github.com/sprockets/sprockets-influxdb
https://github.com/sprockets/sprockets-statsd
2021-07-21 13:18:12 -04:00
Dave Shawley
f51082c327
Announce deprecation.
2021-07-21 13:14:51 -04:00
Dave Shawley
19bfd5cbd7
Update metadata for 4.1.0.
2019-09-04 06:46:36 -04:00
Dave Shawley
bc02db0f48
Add StatsDCollector.close method.
2019-09-02 09:18:37 -04:00
Dave Shawley
d602430138
Stop mix-in from failing when not installed.
2019-09-02 09:18:37 -04:00
Dave Shawley
08b3cf206b
Fix documentation.
2019-09-02 09:18:30 -04:00
Robin Klingsberg
e6340f4183
Exclude Tornado >6 (as-yet-unreleased version)
2019-03-14 00:07:12 -04:00
Robin Klingsberg
b04b140330
Add configuration docs
2019-03-02 11:07:27 -05:00
Dave Shawley
cf7f54cc41
Metadata bumps for 4.0.0.
2019-02-06 09:55:34 -05:00
Andrew Rabert
bb48684ace
Fix flake8 violation
2018-12-14 11:22:41 -05:00
Andrew Rabert
fda8a86074
Update history
2018-12-14 11:22:41 -05:00
Andrew Rabert
0e8b29f034
Cleanup and fix docs
2018-12-14 11:22:41 -05:00
Andrew Rabert
567b408c29
Drop InfluxDB - use sprockets-influxdb
2018-12-13 17:34:07 -05:00
Dan g
57d951b0fb
Update changelog message
2018-08-07 10:24:18 -04:00
Dan g
ba4cc72366
Version bump, changelog update
2018-08-07 10:19:50 -04:00
Andrew Rabert
4d8ecdb034
Release version 3.1.0
2018-07-20 00:09:27 -04:00
Robin Klingsberg
b450a9b62b
Loosen Tornado pin to include 4.4
2018-01-31 16:44:10 -05:00
Andrew Rabert
3a76abc101
Version 3.0.3
2017-03-24 14:51:09 -04:00
Ryan Mclean
e470d5ca53
Fix influxdb test that fails intermittently
2016-12-12 15:21:52 -05:00
Ryan Mclean
40e50a337f
Add README.rst to MANIFEST
2016-12-12 15:07:17 -05:00
Ryan Mclean
ffbb61ee61
Bump version 2.1.1 -> 3.0.0
2016-12-12 13:30:56 -05:00
Gavin M. Roy
761b4b92f3
Add INFLUX_SCHEME to the default URL
2016-08-09 15:31:53 -04:00
Gavin M. Roy
2204e08bf0
Fix the release date
2016-08-09 13:53:31 -04:00
Gavin M. Roy
56caca7c46
Add authentication support for InfluxDB
2016-08-02 17:45:35 -04:00
Dave Shawley
35d7364cea
Metadata bumps for 2.0.1.
2016-03-21 11:16:39 -04:00
Dave Shawley
c501d0225d
api.rst: Fallout from removing top-level exports.
2016-03-21 11:15:50 -04:00
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
Dave Shawley
2396fbdb66
Mention 2.0.0 in the changelog.
2016-03-11 09:33:53 -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
Dave Shawley
b1b4738ee6
Metadata bumps for 1.0.1.
2016-02-01 14:53:06 -05:00
Dave Shawley
d1e3e1c2b7
Metadata bumps for 1.0.0.
2016-02-01 10:18:04 -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
2d29c8cda7
docs: Create a static directory.
...
Hopefully this fixes build failures on RTD:
https://readthedocs.org/projects/sprocketsmixinsmetrics/builds/3675075/
2016-01-27 11:09:29 -05:00
Dave Shawley
6fc75b3080
Metadata bumps for pre-release.
2016-01-27 10:51:22 -05:00
Dave Shawley
7b757c24ff
docs: Add codecov badge.
2016-01-27 10:47:51 -05:00
Dave Shawley
81bfee6ec3
Expose set_metric_tag consistently.
...
Just a no-op on the statsd implementation.
2016-01-27 10:46:23 -05:00
Dave Shawley
005ad9d7ba
Add sprockets.mixins.metrics.InfluxDBMixin.
2016-01-21 15:49:35 -05:00
Dave Shawley
0f486b7ef3
Add s.m.m.testing.FakeInfluxHandler.
2016-01-21 15:29:47 -05:00
Dave Shawley
cd61f418a4
Add InfluxDB example.
2016-01-21 14:23:04 -05:00
Dave Shawley
31db53a6a1
Clean up docs/environment etc.
2016-01-19 11:43:24 -05:00
Dave Shawley
db0723ad72
Switch durations from milliseconds to seconds.
2016-01-19 11:14:02 -05:00
Dave Shawley
6c903f4f40
Implement counters in StatsdMixin.
2016-01-19 11:01:01 -05:00
Dave Shawley
8b0085effc
Add FakeStatsdServer.find_metrics.
2016-01-19 10:41:02 -05:00
Dave Shawley
1c6a7fb857
Move FakeStatsdServer into s.m.m.testing.
2016-01-19 08:55:51 -05:00
Dave Shawley
a125c4ddeb
Implement timer metric in StatsdMixin.
2016-01-19 08:34:15 -05:00
Dave Shawley
b1b63644be
Add statsd example.
2016-01-19 08:34:11 -05:00
Dave Shawley
3bb6be0ffc
SYN
2016-01-19 08:33:53 -05:00