Net::HTTP Metrics dashboard
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: truenet_http: insights: metrics: trueCheck out the Honeybadger client documentation for more information.

