1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/propagators
Tyler Yahn 5e66340594
Add Baggage API and move Baggage propagator (#1217)
* Move api/baggage to the propagators package

* Create Baggage API to match specification

* Update CHANGELOG.md

* Baggage API unit tests

* Rename and add unit test

* Update unit test value checking

* Update TODO with issue tracking work.
2020-10-05 11:25:09 -04:00
..
baggage_test.go Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
baggage.go Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
doc.go Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
propagators_test.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00
trace_context_benchmark_test.go Move propagators out of API and into their own package (#1118) 2020-09-08 19:07:59 -04:00
trace_context_example_test.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00
trace_context_test.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00
trace_context.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00