class ElasticAPM::Http

def url_for(path)

def url_for(path)
  "#{@config.server_url}#{path}"
end