Skip to content

dep: bump yabeda-sidekiq from 0.8.2 to 0.9.0

George Koltsov requested to merge dependabot-bundler-yabeda-sidekiq-0.9.0 into main

Bumps yabeda-sidekiq from 0.8.2 to 0.9.0.

Release notes

Sourced from yabeda-sidekiq's releases.

0.9.0: Support Prometheus official client multi-process mode

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.

Added

  • Configuration setting to declare worker in-process metrics outside workers.

    It can be needed for official Prometheus client in multi-process mode where separate process expose metrics from Sidekiq worker processes.

  • most_recent aggregation for all cluster-wide gauges.

    It is also needed for official Prometheus client in multi-process mode to reduce number of time series.

Changelog

Sourced from yabeda-sidekiq's changelog.

0.9.0 - 2022-09-26

Added

  • Configuration setting to declare worker in-process metrics outside workers.

    It can be needed for official Prometheus client in multi-process mode where separate process expose metrics from Sidekiq worker processes.

  • most_recent aggregation for all cluster-wide gauges.

    It is also needed for official Prometheus client in multi-process mode to reduce number of time series.

Commits
  • 3b23761 0.9.0: Support Prometheus official client multi-process mode
  • f02404d Declare all cluster-wide gauges for most_recent aggregation
  • d30d32c Config to declare worker in-process metrics outside workers
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Allure report

allure-report-publisher generated test report!

rspec: test report for af818afc

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 236    | 0      | 0       | 0     | 236   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports