class ElasticAPM::Agent

def worker_running?

def worker_running?
  @worker_thread && @worker_thread.alive?
end