class ElasticAPM::OpenTracing::SpanContext

def child

def child
  self.class.from_trace_context(trace_context.child)
end