Module: NewRelic::Agent::Instrumentation::HTTPrb::Prepend

Includes:
NewRelic::Agent::Instrumentation::HTTPrb
Defined in:
lib/new_relic/agent/instrumentation/httprb/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::HTTPrb

INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::HTTPrb

#with_tracing

Instance Method Details

#perform(request, options) ⇒ Object



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

def perform(request, options)
  with_tracing(request) { super }
end