Skip to content

Releases: m-lab/script_exporter

v1.2.0

28 Feb 17:23
d2d2b99
Compare
Choose a tag to compare

What's Changed

  • prometheus.Handler is deprecated (gone actually), so use promhttp.Handler instead. by @nkinkade in #5
  • Removes target from global config variable by @nkinkade in #6
  • Adds a signal handler for SIGCHLD to clean up zombie processes by @nkinkade in #7
  • Reverts PR #7 + adds error handling to type assertion by @nkinkade in #8
  • Replaces deprecated/removed prometheus/common/log with Go's built-in log package by @nkinkade in #9
  • Add go mod files by @stephen-soltesz in #10

Full Changelog: v1.1.1...v1.2.0

Better logging + old enhancements

24 Apr 20:55
9fbe4fe
Compare
Choose a tag to compare

We've added enhancements to our fork (and therefore bumped the minor version) and this release adds logging enhancements (and so we bump the patch version).