class ElasticAPM::TraceContext

def child

def child
  dup.tap do |tc|
    tc.traceparent = tc.traceparent.child
  end
end