class ElasticAPM::Span

def start

def start
  @relative_start = Util.micros - @transaction.timestamp
  self
end