---
title: Active Job Metrics dashboard
description: Pre-aggregated job throughput, durations, and stats by job class
url: https://docs.honeybadger.io/guides/dashboards/active-job-metrics/
---

Note

Requires the `honeybadger` gem `>= 6.3`.

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`:

```yaml
insights:
  enabled: true
rails:
  insights:
    metrics: true
```

Check out the [Honeybadger client documentation](https://docs.honeybadger.io/lib/ruby/getting-started/sending-events-to-insights/) for more information.

![Active Job Metrics dashboard](https://docs.honeybadger.io/_astro/active_job_metrics.BrCoMJ65_Z23oMUj.webp)

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
