class Typhoeus::Hydra
Public Instance Methods
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