class ElasticAPM::Span

def stop

def stop
  @duration = Util.micros - timestamp - relative_start
end