class ElasticAPM::Transport::Connection::Http

def write(str)

def write(str)
  @wr.write(str)
  @wr.bytes_sent
end