class Typhoeus::Hydra

Public Instance Methods

run(*args)
Also aliased as: run_without_newrelic
Alias for: run_with_newrelic
run_with_newrelic(*args) click to toggle source
# File lib/new_relic/agent/instrumentation/typhoeus.rb, line 37
def run_with_newrelic(*args)
  trace_execution_scoped("External/Multiple/Typhoeus::Hydra/run") do
    run_without_newrelic(*args)
  end
end
Also aliased as: run
run_without_newrelic(*args)
Alias for: run