class ElasticAPM::Transport::Base

def stop

def stop
  debug '%s: Stopping Transport', pid_str
  @stopped.make_true
  stop_watcher
  stop_workers
end