Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.27 KB

StatsD InfluxDB backend - CHANGELOG

v0.7.0 (2017-03-15)

v0.6.0 (2015-06-23)

  • Initial InfluxDB 0.9 API support (#14, #17)
  • Make username and password config options optional. (#15)

v0.5.0 (2015-04-02)

  • Unbreak conditional. (#13)
  • Updated regex for statsd metrics. (#12)
  • Expose internal backend metrics. (#9)

v0.4.1 (2015-02-23)

  • Use prefixStats setting instead of hardcoding prefix. (#6)

v0.4.0 (2015-02-22)

  • 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.

v0.3.0 (2014-08-24)

  • Allow gauges with a value of 0 to be sent. (#2)
  • Update time_precision to use ms. (#1)

v0.2.0 (2013-11-19)

  • Add flush strategy and enable it by default.
  • Add configuration options for flush and proxy strategy.

v0.1.0 (2013-11-15)

  • Initial release.