Releases: Intellection/resque-exporter
Releases · Intellection/resque-exporter
Version 0.4.0
- Migrate from Dep to Go modules.
- Remove vendored packages.
- Upgrade
github.com/prometheus/client_golangtov1.20.4. - Upgrade
github.com/prometheus/commontov0.60.1. - Switch from
github.com/prometheus/common/logtogithub.com/sirupsen/logrus. - Improve setting and fetching of version information.
- Minor updates to account for package upgrades.
Version 0.3.0
Changed
- Run as user
nobodyand groupnogroupinstead ofroot.
Version 0.2.2
Fixed
- Stop missing
statkeys from preventing other metrics from being scraped.
Version 0.2.1
Changed
- Support scaling to zero workers when using
resque_processing_ratio.
Version 0.2.0
Added
- Add
resque_processing_ratiometric. - Add
resque_workers_per_queuemetric.
Changed
- Rename the repository to
resque-exporter.