Module: NewRelic::Agent::Instrumentation::Ethon::Multi::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/ethon/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Ethon::Multi
Constants included from NRShared
NRShared::INSTRUMENTATION_NAME, NRShared::NOTICEABLE_ERROR_CLASS
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Ethon::Multi
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 |