Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Releases: Stackdriver/stackdriver-statsd-backend

0.2.5 Release

27 Aug 17:15
Compare
Choose a tag to compare

This release adds support for decimal percentiles, such at 99.9.

Thanks to gmalouf for your contribution.

0.2.4 Release

21 Jul 15:02
Compare
Choose a tag to compare

Merged two pull requests:

  • Fix swapped min/max activation arguments
  • Remove logging statement to be consistent

0.2.3 Release

11 Nov 22:57
Compare
Choose a tag to compare

Responding to a user-reported issue. Thanks for the feedback!

When a timer value wasn't sent within a collection interval (60 seconds) the counter and rate values would be zero, and the aggregates (sum/avg/min/max/percentiles) would be undefined. Those would cause a malformed message to the Stackdriver gateway, which would be rejected.

This patch checks for those undefined values. It also adds an option sendZeroTimersAndRates to the Stackdriver module configuration. Setting this option to false will cause zero valued counters and rates (in both counter and timer variables) to not be sent. By default, statsd (and this plugin) will continue to send those variables as zero to keep a continuous series.

0.2.2 Release

23 Apr 21:49
Compare
Choose a tag to compare

Responding to an issue with the name prefixing not working, the default delmiter has been updated to a double-hyphen. If overriding there is a very restrictive regex on characters:

.replace(/[^a-zA-Z_-0-9.]/g, '')

0.2.1 Release

22 Apr 14:40
Compare
Choose a tag to compare

Minor update for variable scoping in the auto-detect routine. Thanks for the pull request!

0.2.0 Release

17 Apr 16:35
Compare
Choose a tag to compare

Add a number of requested/contributed features. Thanks to all of our community!

  • Support the statsd 'set' type which counts the number of distinct values sent in a period
  • Flags to enable/disable particular sub-metrics from publishing.
  • Configure source parameter from prefix to allow one statsd to serve multiple instances
  • Auto-detect EC2 or GCE instance ID for source, by setting to detect-aws or detect-gce
  • Optionally send percentile values configured in config.percentThreshold (statsd standard location for this)

0.1.5 Release

30 Sep 15:51
Compare
Choose a tag to compare

Merged pull request to fix instance association.

0.1.4 Release

28 Sep 12:05
Compare
Choose a tag to compare

Fix a user-reported bug in a logging statement

0.1.3 Release

06 Sep 16:13
Compare
Choose a tag to compare

Fix Content-Length setting, update some things internally to be cleaner and less repetitive.

0.1.1 release

02 Aug 16:26
Compare
Choose a tag to compare

Update to installation and configuration documents for clarity.