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

Releases: Stackdriver/stackdriver-statsd-backend

0.2.5 Release

Choose a tag to compare

@ekilby ekilby released this 27 Aug 17:15

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

Thanks to gmalouf for your contribution.

0.2.4 Release

Choose a tag to compare

@ekilby ekilby released this 21 Jul 15:02

Merged two pull requests:

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

0.2.3 Release

Choose a tag to compare

@ekilby ekilby released this 11 Nov 22:57

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

Choose a tag to compare

@ekilby ekilby released this 23 Apr 21:49

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

Choose a tag to compare

@ekilby ekilby released this 22 Apr 14:40

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

0.2.0 Release

Choose a tag to compare

@ekilby ekilby released this 17 Apr 16:35

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

Choose a tag to compare

@ekilby ekilby released this 30 Sep 15:51

Merged pull request to fix instance association.

0.1.4 Release

Choose a tag to compare

@ekilby ekilby released this 28 Sep 12:05

Fix a user-reported bug in a logging statement

0.1.3 Release

Choose a tag to compare

@ekilby ekilby released this 06 Sep 16:13

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

0.1.1 release

Choose a tag to compare

@ekilby ekilby released this 02 Aug 16:26

Update to installation and configuration documents for clarity.