class ElasticAPM::Agent

def stop

def stop
  debug 'Stopping agent'
  instrumenter.stop
  transport.stop
  self
end