Module: NewRelic::Agent::Instrumentation::Ethon::Multi::Prepend

Includes:
NewRelic::Agent::Instrumentation::Ethon::Multi
Defined in:
lib/new_relic/agent/instrumentation/ethon/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::Ethon::Multi

MULTI_SEGMENT_NAME

Constants included from NRShared

NRShared::INSTRUMENTATION_NAME, NRShared::NOTICEABLE_ERROR_CLASS

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::Ethon::Multi

#perform_with_tracing

Methods included from NRShared

#prep_easy, #wrap_with_tracing

Instance Method Details

#perform(*args) ⇒ Object



29
30
31
# File 'lib/new_relic/agent/instrumentation/ethon/prepend.rb', line 29

def perform(*args)
  perform_with_tracing(*args) { super }
end