Module: NewRelic::Agent::Instrumentation::NetHTTP::Prepend

Includes:
NewRelic::Agent::Instrumentation::NetHTTP
Defined in:
lib/new_relic/agent/instrumentation/net_http/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::NetHTTP

INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::NetHTTP

#request_with_tracing

Instance Method Details

#request(request, *args, &block) ⇒ Object



14
15
16
# File 'lib/new_relic/agent/instrumentation/net_http/prepend.rb', line 14

def request(request, *args, &block)
  request_with_tracing(request) { super }
end