class ElasticAPM::Span

def start(timestamp = Util.micros)

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