Module: NewRelic::Agent::Instrumentation::Resque::Prepend

Includes:
NewRelic::Agent::Instrumentation::Resque
Defined in:
lib/new_relic/agent/instrumentation/resque/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::Resque

INSTRUMENTATION_NAME

Constants included from ControllerInstrumentation

ControllerInstrumentation::NR_DEFAULT_OPTIONS, ControllerInstrumentation::NR_DO_NOT_TRACE_KEY, ControllerInstrumentation::NR_IGNORE_APDEX_KEY, ControllerInstrumentation::NR_IGNORE_ENDUSER_KEY

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::Resque

#with_tracing

Methods included from ControllerInstrumentation

included, #perform_action_with_newrelic_trace

Methods included from ControllerInstrumentation::ClassMethods

#add_transaction_tracer, #already_added_transaction_tracer?, #build_method_names, #generate_argument_list, #newrelic_ignore, #newrelic_ignore_apdex, #newrelic_ignore_aspect, #newrelic_ignore_enduser, #newrelic_read_attr, #newrelic_write_attr, #parse_punctuation

Instance Method Details

#performObject



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

def perform
  with_tracing { super }
end