Gavin M. Roy
|
e68bf69b53
|
Merge pull request #9 from sprockets/move-status
Move status code to a tag in the InfluxDB implementation.
|
2016-02-01 10:15:03 -05:00 |
|
Dave Shawley
|
5295151ee6
|
InfluxDBMixin: Move status code to a tag.
|
2016-02-01 10:12:12 -05:00 |
|
Gavin M. Roy
|
9a68608f0d
|
Merge pull request #7 from sprockets/remove-quotes
InfluxDBMixin: Remove unnecessary quotes from tags.
|
2016-02-01 08:51:02 -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 |
|
Gavin M. Roy
|
1d6c2b7597
|
Merge pull request #3 from sprockets/final-touches
Final touches
|
2016-01-29 10:05:02 -05:00 |
|
Dave Shawley
|
7339f80408
|
examples: is_future is in concurrent not gen.
|
2016-01-29 09:25:50 -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
|
5b538b261f
|
setup.cfg: Enable universal wheels.
|
2016-01-27 10:56:57 -05:00 |
|
Dave Shawley
|
0cd1ca0876
|
travis: Enable PyPI uploads for tagged versions.
|
2016-01-27 10:54:38 -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
|
64c136f635
|
InfluxDBMixin: Add test for set_metric_tag.
|
2016-01-27 10:35:35 -05:00 |
|
Dave Shawley
|
78a59d167d
|
InfluxDBMixin: Always quote tag values.
|
2016-01-27 10:23:37 -05:00 |
|
Gavin M. Roy
|
e04905bc62
|
Merge pull request #2 from sprockets/add-influxdb
Add Influx DB support
|
2016-01-26 10:09:52 -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 |
|
Gavin M. Roy
|
89cce19e4c
|
Merge pull request #1 from sprockets/add-statsd
Add StatsD implementation
|
2016-01-19 12:36:06 -05:00 |
|
Dave Shawley
|
31db53a6a1
|
Clean up docs/environment etc.
|
2016-01-19 11:43:24 -05:00 |
|
Dave Shawley
|
abfd14d0f0
|
.travis.yml: Add --with-coverage
|
2016-01-19 11:14:53 -05:00 |
|
Dave Shawley
|
db0723ad72
|
Switch durations from milliseconds to seconds.
|
2016-01-19 11:14:02 -05:00 |
|
Dave Shawley
|
3e056878a8
|
Add StatsdMixin.execution_timer.
|
2016-01-19 11:02:04 -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 |
|