Skip to content

Releases: quipo/statsd

v.1.4.0: Gauge fix + small optimisations

11 Dec 17:26
Compare
Choose a tag to compare
  • Fixed behaviour of Gauge with positive numbers: the previous behaviour was the same as GaugeDelta (FGauge already had the correct behaviour)
  • Added more tests
  • Small optimisation: replace string formatting with concatenation (thanks to @agnivade)

v.1.3.0

02 Aug 21:59
Compare
Choose a tag to compare
  • Added stdout client ("echo" service for debugging)
  • Fixed issue #23: GaugeDelta event Stats() should not send an absolute value of 0
  • Fixed FGauge's collation in the buffered client to only preserve the last value in the batch (it mistakenly had the same implementation of FGaugeDelta's collation)
  • Fixed FGaugeDelta with negative value not to send a 0 value first (it mistakenly had the same implementation of FGauge)
  • Added many tests
  • Added compile-time checks that the default events implement the Event interface

sample rate

01 Aug 11:37
Compare
Choose a tag to compare

Sample rate support (thanks to Hongjian Zhu)

1.1.0: new minor version: Added SendEvents function to Statsd interface; Usi…

01 Aug 11:18
Compare
Choose a tag to compare
…ng interface in buffered client constructor; Fixed tests

First stable release

01 Aug 11:03
Compare
Choose a tag to compare
Merge pull request #37 from treaster/master

Fix test failures introduced by a65ea2a