class ElasticAPM::TraceContext::Traceparent

def child

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