---
title: Rails Metrics dashboard
description: Pre-aggregated throughput, controller durations, and DB/view timings
url: https://docs.honeybadger.io/guides/dashboards/rails-metrics/
---

Note

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

Drop in Dashboard for your Rails metrics data

This is the metrics-based counterpart to the Rails (events) dashboard. Use this if you’ve enabled metrics without events, or if you prefer pre-aggregated metric data.

**This dashboard includes:**

* Request throughput over time
* Controller durations (weighted average)
* Responses grouped by status code
* Slowest controller actions
* DB & View runtime breakdown
* SQL query durations
* Cache operation durations

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
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.

![Rails Metrics dashboard](https://docs.honeybadger.io/_astro/rails_metrics.CIOaHFip_1vjICD.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/)
