class ElasticAPM::Span

def stop(end_timestamp = Util.micros)

def stop(end_timestamp = Util.micros)
  @duration ||= (end_timestamp - timestamp)
end