class ElasticAPM::Span

def start

def start
  @timestamp = Util.micros
  self
end