File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,28 @@ organization and MUST be distributed as OpenTelemetry extension packages:
315
315
* [ B3] ( https://github.com/openzipkin/b3-propagation )
316
316
* [ Jaeger] ( https://www.jaegertracing.io/docs/latest/client-libraries/#propagation-format )
317
317
318
+ ### B3 Requirements
319
+
320
+ B3 has both single and multi-header encodings. To maximize compatibility between
321
+ implementations, the following guidelines have been established for B3
322
+ propagation in OpenTelemetry.
323
+
324
+ #### Extract
325
+
326
+ Propagators MUST attempt to extract B3 encoded using single and multi-header
327
+ formats. When extracting, the single-header variant takes precedence over
328
+ the multi-header version.
329
+
330
+ #### Inject
331
+
332
+ When injecting B3, propagators:
333
+
334
+ * MUST default to injecting B3 using the single-header format
335
+ * MUST provide configuration to change the default injection format to B3
336
+ multi-header
337
+
338
+ ### Vendor-specific propagators
339
+
318
340
Additional ` Propagator ` s implementing vendor-specific protocols such as
319
341
AWS X-Ray trace header protocol are encouraged to be maintained and distributed by
320
342
their respective vendors.
You can’t perform that action at this time.
0 commit comments