sidekiq-prometheus
sidekiq-prometheus copied to clipboard
Report total number of available workers per queue
We report the number or thread working jobs but we don't currently report the number of available workers. This can be done via the Sidekiq::ProcessSet
API (https://github.com/mperham/sidekiq/blob/master/lib/sidekiq/api.rb#L721) and would be added to the periodic metric reporter.