Skip to content

Active Job Metrics dashboard

View Markdown

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: true
rails:
insights:
metrics: true

Check out the Honeybadger client documentation for more information.

Active Job Metrics dashboardActive Job Metrics dashboard