Active Job dashboard
Drop in Dashboard for your ActiveJob instrumentation data
Works with Solid Queue, GoodJob, and other ActiveJob backends.
This dashboard includes:
- Job counts over time by job class
- Average job duration by job class over time
- Job duration distribution (binned by 100ms, by job class)
- Job status counts (success/failure) by job class
- Aggregate job 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 >= 6.3, then enable Insights instrumentation by including this in your config/honeybadger.yml:
insights: enabled: trueCheck out the Honeybadger client documentation for more information.

