CHANGELOG
v2.0.1 (2023-11-01)
- Use github actions instead of travis-ci. by @leklund in #43
- Fix: Accomodate apps that do not use Sidekiq Enterprise by @jayroh in #42
- @jayroh made their first contribution in #42
Full Changelog: https://github.com/fastly/sidekiq-prometheus/compare/v2.0.0...v2.0.1
v2.0.0 (2023-08-23)
- Sidekiq 7 support by @leklund in #37
Full Changelog: https://github.com/fastly/sidekiq-prometheus/compare/v1.9.0...v2.0.0
v1.9.0 (2023-08-23)
- Adds info about sidekiq_job_over_limit metric to README by @ricardogpsf in #38
- Allow label sets initialization while registering metrics by @davidbrusius in #40
- @ricardogpsf made their first contribution in #38
- @davidbrusius made their first contribution in #40
Full Changelog: https://github.com/fastly/sidekiq-prometheus/compare/v1.8.3...v1.9.0
v1.8.3 (2023-01-30)
- Track leader state so that can unregister when demoted by @leklund in #36
Full Changelog: https://github.com/fastly/sidekiq-prometheus/compare/v1.8.2...v1.8.3
v1.8.2 (2022-11-29)
- Allow sidekiq-prometheus to work with prometheus-client version > 2 by @hieuk09 in #29
- Fixes Newer Sidekiq-Enterprise versions that have a Senate.leader? issue with Sidekiq Prometheus 1.8.1 by @imightbeinatree in #32
- @hieuk09 made their first contribution in #29
Full Changelog: https://github.com/fastly/sidekiq-prometheus/compare/v1.8.1...v1.8.2
v1.8.1 (2022-10-18)
- Support newer Sidekiq-Enterprise (#31)
v1.8.0 (2022-10-04)
- handle rate limiting exceptions distinctly from other exceptions (#28)
- Merge pull request #27 from pinkahd/patch-1
v1.7.0 (2022-09-29)
- s/metrics_server_logging_enabled/metrics_server_logger_enabled/
- add Sidekiq::Stats processes_size to the periodic metrics
- Merge pull request #30 from fastly/add_processes_size
v1.6.0 (2021-08-03)
- add option for silencing the WEBrick access logging of /metrics
- Merge pull request #25 from fastly/option_for_silencing_webrick
v1.5.0 (2021-08-02)
- Merge pull request #23 from fastly/rainy/add-error-class-label
v1.4.0 (2021-03-30)
- Merge pull request #21 from Kevinrob/patch-1
v1.3.0 (2021-03-26)
- Merge pull request #22 from mirubiri/add-active-job-support
- Merge pull request #20 from fastly/aw/move-to-main
v1.2.0 (2020-10-01)
- allow the metrics host to be disabled with a configuration option
- use prometheus-client ~> 2.0
- Merge pull request #18 from jetpks/release-120
- Merge pull request #15 from silicakes/master
- Merge pull request #17 from jetpks/add-option-to-disable-metrics-server
v1.1.0 (2020-02-12)
- allow for configuration of the metrics host (instead of always binding to 127.0.0.1)
- Use prometheus-client ~> 1.0.0
- Merge pull request #13 from postmodern/metrics_host
- Merge pull request #11 from rossjones/patch-1
- Merge pull request #12 from fastly/hr
v1.0.1 (2019-10-30)
- Merge pull request #9 from we4tech/features/update-prometheus-client
v1.0.0 (2019-10-24)
- Merge pull request #9 from we4tech/features/update-prometheus-client
v0.9.2 (2019-10-30)
v0.9.1 (2019-07-08)
- properly alias configure!
v0.9.0 (2019-03-18)
- Custom Metrics