Berker Peksag
a0f05555aa
Silence a py.test warning.
2015-07-03 07:41:53 +03:00
Berker Peksag
882e00f6b5
Use types.SimpleNamespace where appropriate.
2015-07-03 07:40:32 +03:00
Berker Peksag
337900037f
Convert tests to use py.test assertions.
...
Closes #950
2015-07-03 07:38:36 +03:00
Thomas Orozco
410bcfa6e1
Fix statsd logging to work on Python 3
...
Bytes must be passed to socket.send.
Update tests to ensure an actual socket is used, so that errors like
this can be caught in unit tests in the future.
2015-04-30 14:07:03 +02:00
Scott Sanders
c9c543dc82
Update tests to demonstrate trailing . handling
2014-09-16 08:34:38 -04:00
Scott Sanders
88bc188407
Add tests for statsd prefix
2014-09-12 14:58:03 -04:00
Collin Anderson
03fbe9429d
clean whitespace
2014-09-10 09:52:12 -04:00
Randall Leeds
42ff88bbbd
Merge pull request #838 from mgood/statsd-timing
...
Send statsd timing metrics in milliseconds
2014-08-05 00:26:40 -07:00
Matt Good
59bf9b5867
Fix statsd test for millisecond times
2014-08-03 14:39:34 -07:00
Alexis Le-Quoc
bc2e132bce
Rework logging to allow for empty log message while pushing metrics
2014-08-03 17:15:13 -04:00
Alexis Le-Quoc
05051aa8b2
Simpler statsd integration
...
No need to specify a logger class.
--statsd-to is enough to trigger the Statsd logger automatically
2014-06-18 21:33:04 -04:00