Skip to content

Releases: Intellection/resque-exporter

Version 0.4.0

20 Nov 12:42
0.4.0
e913b5c
Compare
Choose a tag to compare
  • Migrate from Dep to Go modules.
  • Remove vendored packages.
  • Upgrade github.com/prometheus/client_golang to v1.20.4.
  • Upgrade github.com/prometheus/common to v0.60.1.
  • Switch from github.com/prometheus/common/log to github.com/sirupsen/logrus.
  • Improve setting and fetching of version information.
  • Minor updates to account for package upgrades.

Version 0.3.0

04 Feb 09:24
0.3.0
895f20b
Compare
Choose a tag to compare

Changed

  • Run as user nobody and group nogroup instead of root.

Version 0.2.2

11 Mar 10:17
9e69deb
Compare
Choose a tag to compare

Fixed

  • Stop missing stat keys from preventing other metrics from being scraped.

Version 0.2.1

11 Mar 10:14
265671c
Compare
Choose a tag to compare

Changed

  • Support scaling to zero workers when using resque_processing_ratio.

Version 0.2.0

30 Jan 13:20
d4df8cb
Compare
Choose a tag to compare

Added

  • Add resque_processing_ratio metric.
  • Add resque_workers_per_queue metric.

Changed

  • Rename the repository to resque-exporter.