Module: NewRelic::Agent::Instrumentation::NetHTTP::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/net_http/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::NetHTTP
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::NetHTTP
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 |