Skip to content

Net::HTTP Metrics dashboard

View Markdown

Drop in Dashboard for your Net::HTTP metrics data

Monitor outbound HTTP requests made via Ruby’s Net::HTTP library, including request durations, throughput, and response status breakdowns by host.

This dashboard includes:

  • Request throughput by host
  • Avg request duration by host
  • Responses grouped by status code
  • Request duration by HTTP method
  • Slowest hosts

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

Check out the Honeybadger client documentation for more information.

Net::HTTP Metrics dashboardNet::HTTP Metrics dashboard