github Strech/sidekiq-prometheus-exporter v0.4.0
New per-job metrics ✨

7 hours ago

In this release 3 new per-job metrics were added

  • sidekiq_job_processed [gauge] – The number of processed jobs per job class over the last hour (labels: class)
  • sidekiq_job_failed [gauge] – The number of failed jobs per job class over the last hour (labels: class)
  • sidekiq_job_execution_time_seconds [gauge] – The total execution time in seconds per job class over the last hour (labels: class)

Keep in mind that those new shiny metrics are available only starting Sidekiq 6.5.2.

Have fun! 🍄

Don't miss a new sidekiq-prometheus-exporter release

NewReleases is sending notifications on new releases.