class Typhoeus::Hydra

Public Instance Methods

run(*args)
Also aliased as: run_without_tingyun
Alias for: run_with_tingyun
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
run_without_tingyun(*args)
Alias for: run