• Bob Van Landuyt's avatar
    This adds a status label to http_requests_total · 072ba99e
    Bob Van Landuyt authored
    This adds a status label to the http_requests_total metric. To do so,
    we've had to move the recording to an ensure block after the request
    is performed.
    
    In practise our @app.call never fails. But there's a spec covering the
    recording of the request count even if it fails. That's why the
    recording happens inside an ensure.
    072ba99e
requests_rack_middleware.rb 2.88 KB