Rails Metrics dashboard
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:
insights: enabled: truerails: insights: metrics: trueCheck out the Honeybadger client documentation for more information.

