class Typhoeus::Hydra

Public Instance Methods

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