class ElasticAPM::Transaction

def running_spans

def running_spans
  spans.select(&:running?)
end