Sidekiq dashboard
Drop in Dashboard for your Sidekiq instrumentation data
This dashboard includes:
- Job counts over time by worker
- Average job duration by worker over time
- Job duration distribution (binned by 100ms, by worker)
- Job status counts (success/failure) by worker
- Aggregate worker stats: successes, failures, total and average execution time
- 10 slowest job runs (with details)
To get started, make sure you have updated your Honeybadger gem to >= 5.11, then enable Insights instrumentation by including this in your config/honeybadger.yml:
insights: enabled: trueCheck out the Honeybadger client documentation for more information.

