$context = stream_context_create([
    'http' => [
        'method' => 'GET',
        'header' =>
            'X-B3-TraceId: ' . TracerInfo::getTraceId() . "\r\n" .