class ElasticAPM::Span

def done

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