| Class | NewRelic::Agent::Commands::AgentCommandRouter |
| In: |
lib/new_relic/agent/commands/agent_command_router.rb
|
| Parent: | Object |
| SUCCESS_RESULT | = | {}.freeze |
| ERROR_KEY | = | "error" |
| backtrace_service | [RW] | |
| handlers | [R] | |
| thread_profiler_session | [RW] | |
| xray_session_collection | [RW] |
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.