- Add attribute for
dumpMessagesconfiguration 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
nodewithin runit. - Fix reference to runit service and delay notification.
- Add
referenceattribute to specify StatsD versions.
- Changed Git repository protocol to HTTPS.
- Added
percentThresholdoption 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
deleteGaugesanddeleteTimersoptions 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
STDERRflows 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.