1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/propagation
Gustavo Silva Paiva a6e139e1d4 api(trace): change trace id to byte array. (#226)
* api(trace): change trace id to byte array.

* fix lint errors

* add helper to create trace id from hex and improve stdout exporter.

* remove comma.

* fix lint

* change TraceIDFromHex to be compliant with w3 trace-context

* revert remove of hex16 regex because its used to parse SpanID

* lint

* fix typo
2019-10-22 23:01:33 -07:00
..
binary_propagator_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
binary_propagator.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
doc.go Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
http_b3_propagator_benchmark_test.go WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
http_b3_propagator_data_test.go Minor styling improvements - initialisms (#220) 2019-10-22 16:12:45 -07:00
http_b3_propagator_test.go Minor styling improvements - initialisms (#220) 2019-10-22 16:12:45 -07:00
http_b3_propagator.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
http_trace_context_propagator_benchmark_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
http_trace_context_propagator_test.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00
http_trace_context_propagator.go api(trace): change trace id to byte array. (#226) 2019-10-22 23:01:33 -07:00