class Typhoeus::Hydra
Public Instance Methods
run_with_tingyun(*args)
click to toggle source
# File lib/ting_yun/instrumentation/typhoeus.rb, line 36 def run_with_tingyun(*args) TingYun::Agent::MethodTracerHelpers.trace_execution_scoped("External/Multiple/Typhoeus::Hydra/run") do run_without_tingyun(*args) end end
Also aliased as: run