Skip to content

Releases: fastly/sidekiq-prometheus

v.1.4.0

30 Mar 16:59
6c9f986
Compare
Choose a tag to compare

v1.4.0 (2021-03-30)

  • Support for Ruby 3.0

Pull Requests

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

v1.3.0

26 Mar 16:59
fec7ca8
Compare
Choose a tag to compare

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

01 Oct 21:07
355d4a2
Compare
Choose a tag to compare

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 #17 from jetpks/add-option-to-disable-metrics-server
  • Merge pull request #15 from silicakes/master

1.1.0

12 Feb 19:29
611980e
Compare
Choose a tag to compare

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.0

24 Oct 21:44
b0987ca
Compare
Choose a tag to compare

Add support for prometheus-client version 0.10.0. #9

This release contains breaking changes!

  • config.base_labels has changed to config.preset_labels
  • if you are using custom labels they MUST be defined during configuration. config.custom_labels = [:worker_class, :job_type, :any_other_label]

v0.9.1

08 Jul 18:32
1b914d4
Compare
Choose a tag to compare

v0.9.1 (2019-07-08)

Bug Fixes

  • properly alias configure!

v0.9.0

18 Mar 21:11
375c798
Compare
Choose a tag to compare

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)

08 Feb 21:22
efe14a0
Compare
Choose a tag to compare

Initial Release