- Initial InfluxDB 0.9 API support (#14, #17)
- Make username and password config options optional. (#15)
- Unbreak conditional. (#13)
- Updated regex for statsd metrics. (#12)
- Expose internal backend metrics. (#9)
- Use prefixStats setting instead of hardcoding prefix. (#6)
- Add configuration option to enable sending internal statsd metrics. (#6)
- Add SET support. (#7)
- Fix problem with histograms breaking data flushes. (#8)
- Add SSL support. (#3)
- Improve configuration example in README.
- Allow gauges with a value of 0 to be sent. (#2)
- Update
time_precision
to usems
. (#1)
- Add flush strategy and enable it by default.
- Add configuration options for flush and proxy strategy.
- Initial release.