Skip to content

Releases: fastly/sidekiq-prometheus

v2.0.1

02 Nov 17:37
2f0e48b
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 Aug 20:31
79f2108
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v2.0.0

v1.9.0

23 Aug 20:25
bc6416e
Compare
Choose a tag to compare

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

Full Changelog: v1.8.3...v1.9.0

v1.8.3

30 Jan 15:55
ce5f4d3
Compare
Choose a tag to compare

What's Changed

  • Track leader state so that can unregister when demoted by @leklund in #36

Full Changelog: v1.8.2...v1.8.3

v1.8.2

29 Nov 15:47
6f5515b
Compare
Choose a tag to compare

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

Full Changelog: v1.8.1...v1.8.2

1.8.1

18 Oct 13:16
bbb7c16
Compare
Choose a tag to compare

v1.8.1 (2022-10-18)

Feature

  • Support newer Sidekiq-Enterprise (#31)

v1.8.0

04 Oct 15:46
8c2b5ce
Compare
Choose a tag to compare

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

29 Sep 15:07
0b2b333
Compare
Choose a tag to compare

v1.7.0 (2022-09-29)

Features

  • add Sidekiq::Stats processes_size to the periodic metrics

Bug Fixes

  • README fix: s/metrics_server_logging_enabled/metrics_server_logger_enabled/

Pull Requests

  • Merge pull request #30 from fastly/add_processes_size

1.6.0

03 Aug 16:54
7d15003
Compare
Choose a tag to compare

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

02 Aug 21:29
024240d
Compare
Choose a tag to compare

v1.5.0 (2021-08-02)

Pull Requests

  • Add error class as label #23 from fastly/rainy/add-error-class-label