class Excon::Middleware::Instrumentor

def response_call(datum)

def response_call(datum)
  if datum.has_key?(:instrumentor)
    datum[:instrumentor].instrument("#{datum[:instrumentor_name]}.response", datum[:response])
  end
  @stack.response_call(datum)
end