Skip to content

Latest commit

 

History

History
198 lines (114 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

198 lines (114 loc) · 7.27 KB

CHANGELOG

v2.0.1 (2023-11-01)

What's Changed

  • Use github actions instead of travis-ci. by @leklund in #43
  • Fix: Accomodate apps that do not use Sidekiq Enterprise by @jayroh in #42

New Contributors

  • @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)

What's Changed

  • 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)

What's Changed

  • 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

New Contributors

  • @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)

What's Changed

  • 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)

What's Changed

  • 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

New Contributors

  • @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)

Feature

  • Support newer Sidekiq-Enterprise (#31)

v1.8.0 (2022-10-04)

Features

  • handle rate limiting exceptions distinctly from other exceptions (#28)

Pull Requests

  • Merge pull request #27 from pinkahd/patch-1

v1.7.0 (2022-09-29)

Bug Fixes

  • s/metrics_server_logging_enabled/metrics_server_logger_enabled/

Features

  • add Sidekiq::Stats processes_size to the periodic metrics

Pull Requests

  • Merge pull request #30 from fastly/add_processes_size

v1.6.0 (2021-08-03)

Features

  • add option for silencing the WEBrick access logging of /metrics

Pull Requests

  • Merge pull request #25 from fastly/option_for_silencing_webrick

v1.5.0 (2021-08-02)

Pull Requests

  • Merge pull request #23 from fastly/rainy/add-error-class-label

v1.4.0 (2021-03-30)

Pull Requests

  • Merge pull request #21 from Kevinrob/patch-1

v1.3.0 (2021-03-26)

Pull Requests

  • 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)

Feature

  • allow the metrics host to be disabled with a configuration option
  • use prometheus-client ~> 2.0

Pull Requests

  • 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)

Feature

  • allow for configuration of the metrics host (instead of always binding to 127.0.0.1)
  • Use prometheus-client ~> 1.0.0

Pull Requests

  • 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)

Pull Requests

  • Merge pull request #9 from we4tech/features/update-prometheus-client

v1.0.0 (2019-10-24)

Pull Requests

  • Merge pull request #9 from we4tech/features/update-prometheus-client

v0.9.2 (2019-10-30)

v0.9.1 (2019-07-08)

Bug Fixes

  • properly alias configure!

v0.9.0 (2019-03-18)

Features

  • Custom Metrics

Pull Requests

  • Merge pull request #4 from fastly/custom_metrics-fix#2
  • Merge pull request #3 from fastly/doc_refinement_(fix-#1)

v0.8.1 (2019-02-08)