Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.45 KB

0.3.1 / 2016-06-06

Re-release of 0.3.0 without functional changes due to release process issues.

0.3.0 / 2016-05-24

BREAKING CHANGES:

  • To disambiguate metric names, the plugin name will no longer be omitted in most cases (#23)
  • The structure of the tarball has changed, see prometheus/docs#447

All changes:

  • [CHANGE] Logs now have the common Prometheus format
  • [CHANGE] Only omit the plugin name if it is equal to the collectd type
  • [ENHANCEMENT] The write_http example is updated to match the current collectd write_http plugin config format.
  • [ENHANCEMENT] Now built with Go 1.6.2.
  • [ENHANCEMENT] New release and binary build process.
  • [CHANGE] Reorganised release binary tarballs.

0.2.0 / 2015-09-03

BREAKING CHANGES:

  • Flag names have been changed to emulate the config options of collectd's network plugin. Run ./collectd_exporter -h to see up-to-date flag names.

All changes:

  • [FEATURE] Implement support for collectd's binary protocol.
  • [FEATURE] Add server startup logging.
  • [CHANGE] Change flag names to reflect collectd network plugin config options.
  • [ENHANCEMENT] Documentation updates and cleanups.
  • [ENHANCEMENT] Add unit tests for generated metric names and labels.
  • [ENHANCEMENT] New Dockerfile using alpine-golang-make-onbuild base image.
  • [CLEANUP] Rewrite based on the official collectd Go package.
  • [CLEANUP] Update Makefile.COMMON from https://github.com/prometheus/utils.

0.1.0 / 2015-03-28

Initial release.