---
title: Sidekiq Metrics dashboard
description: Pre-aggregated job durations, queue depth, latency, and capacity
url: https://docs.honeybadger.io/guides/dashboards/sidekiq-metrics/
---

Note

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

Drop in Dashboard for your Sidekiq metrics data

This is the metrics-based counterpart to the Sidekiq (events) dashboard. In addition to job performance data, this dashboard includes infrastructure metrics like queue depth, latency, capacity, and utilization that are unique to the metrics pipeline.

**This dashboard includes:**

* Job durations by worker over time
* Queue latency and depth per queue
* Capacity and utilization
* Infrastructure stats (processed, failed, scheduled, retry, dead)

To get started, make sure you have updated your Honeybadger gem to `>= 5.11`, then enable Insights metrics by including this in your `config/honeybadger.yml`:

```yaml
insights:
  enabled: true
sidekiq:
  insights:
    metrics: true
```

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

![Sidekiq Metrics dashboard](https://docs.honeybadger.io/_astro/sidekiq_metrics.ao6TYJgZ_Z7uquv.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/)
