class ElasticAPM::Transport::Base

def start

def start
  debug '%s: Starting Transport', pid_str
  ensure_watcher_running
  ensure_worker_count
end