class ElasticAPM::Span

def running?

def running?
  started? && !stopped?
end