Module: NewRelic::Agent::Instrumentation::HTTPClient::Prepend

Includes:
Instrumentation
Defined in:
lib/new_relic/agent/instrumentation/httpclient/prepend.rb

Constant Summary

Constants included from Instrumentation

Instrumentation::INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from Instrumentation

#with_tracing

Instance Method Details

#do_get_block(req, proxy, conn, &block) ⇒ Object



10
11
12
# File 'lib/new_relic/agent/instrumentation/httpclient/prepend.rb', line 10

def do_get_block(req, proxy, conn, &block)
  with_tracing(req, conn) { super }
end