class ElasticAPM::TraceContext

def child

def child
  dup.tap do |tc|
    tc.parent_id = tc.id
    tc.id = hex(ID_LENGTH)
  end
end