class ElasticAPM::Transaction

def next_span_id

def next_span_id
  @span_id_ticker += 1
end