Method: NewRelic::Agent::Commands::AgentCommandRouter#merge!
- Defined in:
- lib/new_relic/agent/commands/agent_command_router.rb
#merge!(*args) ⇒ Object
We don’t currently support merging thread profiles that failed to send back into the AgentCommandRouter, so we just no-op this method. Same with reset! - we don’t support asynchronous cancellation of a running thread profile currently.
66 |
# File 'lib/new_relic/agent/commands/agent_command_router.rb', line 66 def merge!(*args); end |