Module: Bunny::Prepend::Consumer
- Defined in:
- lib/new_relic/agent/instrumentation/bunny/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Bunny
NewRelic::Agent::Instrumentation::Bunny::DEFAULT_NAME, NewRelic::Agent::Instrumentation::Bunny::DEFAULT_TYPE, NewRelic::Agent::Instrumentation::Bunny::INSTRUMENTATION_NAME, NewRelic::Agent::Instrumentation::Bunny::LIBRARY, NewRelic::Agent::Instrumentation::Bunny::SLASH
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Bunny::Consumer
Methods included from NewRelic::Agent::Instrumentation::Bunny
Instance Method Details
#call(*args) ⇒ Object
30 31 32 |
# File 'lib/new_relic/agent/instrumentation/bunny/prepend.rb', line 30 def call(*args) call_with_tracing(*args) { super } end |