class ElasticAPM::HttpAdapter

def post(path)

def post(path)
  req = Net::HTTP::Post.new path
  yield req if block_given?
  req
end