Releases: fastly/sidekiq-prometheus
Releases · fastly/sidekiq-prometheus
v.1.4.0
v1.4.0 (2021-03-30)
Pull Requests
- Merge pull request #21 from Kevinrob/patch-1
v1.3.0
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
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
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
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
v0.9.1 (2019-07-08)
Bug Fixes
- properly alias configure!
v0.9.0
v0.9.0 (2019-03-18)
Features
Pull Requests
- Merge pull request #4 from fastly/custom_metrics-fix#2
- Merge pull request #3 from fastly/doc_refinement_(fix-#1)