Skip to content

Commit

Permalink
0.9.0: Support Prometheus official client multi-process mode
Browse files Browse the repository at this point in the history
 1. Ability to declare worker process metrics outside of worker processes
 2. Specify `most_recent` aggregation policy for cluster-wide gauges

It is needed when you can't scrape every Sidekiq process directly
and want to aggregate metrics from all worker processes on a server
and expose them from within a single dedicated process.
  • Loading branch information
Envek committed Sep 26, 2022
1 parent f02404d commit 3b23761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.9.0 - 2022-09-26

### Added

- Configuration setting to declare worker in-process metrics outside workers.
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Sidekiq
VERSION = "0.8.2"
VERSION = "0.9.0"
end
end

0 comments on commit 3b23761

Please sign in to comment.