class ElasticAPM::Transport::Base

def pid_str

def pid_str
  format('[PID:%s]', Process.pid)
end