in src/trace/context/SegmentRef.ts [43:54]
static fromCarrier(carrier: ContextCarrier): SegmentRef {
return new SegmentRef(
'CrossProcess',
carrier.traceId!,
carrier.segmentId!,
carrier.spanId!,
carrier.service!,
carrier.serviceInstance!,
carrier.endpoint!,
carrier.clientAddress!,
);
}