Method: NewRelic::Agent::Commands::AgentCommandRouter#harvest!

Defined in:
lib/new_relic/agent/commands/agent_command_router.rb

#harvest!Object



55
56
57
58
59
60
# File 'lib/new_relic/agent/commands/agent_command_router.rb', line 55

def harvest!
  profiles = []
  profiles += harvest_from_thread_profiler_session
  log_profiles(profiles)
  profiles
end