Active Job Metrics dashboard
Drop in Dashboard for your ActiveJob metrics data
This is the metrics-based counterpart to the ActiveJob (events) dashboard. Works with Solid Queue, GoodJob, and other ActiveJob backends.
This dashboard includes:
- Job throughput over time by job class
- Job durations over time by job class
- Job stats with min, max, avg durations
To get started, make sure you have updated your Honeybadger gem to >= 6.3, then enable Insights metrics by including this in your config/honeybadger.yml:
insights: enabled: truerails: insights: metrics: trueCheck out the Honeybadger client documentation for more information.

