class ElasticAPM::Transaction

def start(clock_start = Util.monotonic_micros)

def start(clock_start = Util.monotonic_micros)
  @timestamp = Util.micros
  @clock_start = clock_start
  self
end