class ElasticAPM::Span

def running?

def running?
  relative_start && !done?
end