---
title: Solid Queue Metrics dashboard
description: Job statuses, active workers and dispatchers, and queue depths
url: https://docs.honeybadger.io/guides/dashboards/solid-queue-metrics/
---

Note

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

Drop in Dashboard for your Solid Queue metrics data

Monitor your Solid Queue infrastructure including job counts, worker/dispatcher status, and queue depths.

**This dashboard includes:**

* Job status overview (in progress, blocked, failed, scheduled, processed)
* Active workers and dispatchers
* Job trends over time
* Queue depths by queue

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

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

![Solid Queue Metrics dashboard](https://docs.honeybadger.io/_astro/solid_queue_metrics.lsWvrgjy_Z2dv7WO.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/)
