- Add attribute for
dumpMessages
configuration setting. - Update CentOS tests to CentOS 6.5.
- Fixed issue with non-HTTPS Git repository was triggering an error on RHEL.
- Fixed hardcoded path to
node
within runit. - Fix reference to runit service and delay notification.
- Add
reference
attribute to specify StatsD versions.
- Changed Git repository protocol to HTTPS.
- Added
percentThreshold
option to StatsD configuration.
- Added auto-discovery for Graphite.
- Added deleteIdleStats, deleteSets and deleteCounters.
- Switched to runit for uniform init support across Debian + RHEL.
- Fixed FC002.
- Added Test Kitchen support.
- Added
deleteGauges
anddeleteTimers
options to StatsD configuration.
- Fixed hardcoded StatsD path in Upstart script.
- Added the rest of the namespacing attributes. See: https://github.com/etsy/statsd/blob/master/docs/namespacing.md
- Added a legacyNamespace attribute for metric namespacing.
- Fixed hardcoded StatsD path in RHEL init script.
- Added test-kitchen support.
- Fixed issues with stopping statsd service via init.d.
- Removed trailing comma that was causing issues with Chef on Ruby 1.8.7.
- Fixed service resource restart support.
- Added support for RHEL.
- Fixed order of shell redirection to ensure that
STDERR
flows to log file.
- Added init script support for Ubuntu 10.04 and Upstart 0.6.5.
- Altered Upstart configuration file for version 1.4 and above.
- Added Foodcritic and Travis CI.