class ElasticAPM::Agent

def stop

def stop
  @instrumenter.stop
  kill_worker
  self
end