RubyFlow The Ruby and Rails community linklog

Rack-reqorder: Metrics, exception monitoring and request/response recording for rack

rack-reqorder is a middleware that sits in rack and allows you to:

  • record requests/responses
  • get statistics over which are the most popular or most slow endpoints
  • record errors that might happen in a middleware that is below in the Rack stack.

It’s very helpful to be able to debug requests/responses on staging and production.

More information in its blog post

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in