Class NewRelic::Agent::Commands::AgentCommandRouter
In: lib/new_relic/agent/commands/agent_command_router.rb
Parent: Object

Methods

Classes and Modules

Class NewRelic::Agent::Commands::AgentCommandRouter::AgentCommandError

Constants

SUCCESS_RESULT = {}.freeze
ERROR_KEY = "error"

Attributes

backtrace_service  [RW] 
handlers  [R] 
thread_profiler_session  [RW] 
xray_session_collection  [RW] 

Public Class methods

Public Instance methods

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 or X-Ray session currently.

[Validate]