class ElasticAPM::Instrumenter::Current

def spans

def spans
  Thread.current[SPAN_KEY] ||= []
end