Method: HeimdallApm::Agent#stop
- Defined in:
- lib/heimdall_apm/agent.rb
#stop ⇒ Object
66 67 68 69 70 71 72 73 74 |
# File 'lib/heimdall_apm/agent.rb', line 66 def stop HeimdallApm.logger.info 'Stopping agent...' @stopped = true context.stopped! if @background_thread.alive? @background_thread.wakeup @background_thread.join end end |