Skip to content

Rails Metrics dashboard

View Markdown

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

Check out the Honeybadger client documentation for more information.

Rails Metrics dashboardRails Metrics dashboard