1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/bridge/opentracing
Tyler Yahn a98bb979df
Update Tracer API with instrumentation version (#802)
* Update Tracer API with instrumentation version

Add option to the `Provider.Tracer` method to specify the
instrumentation version.

Update the global, noop, opentracing bridge, and default SDK
implementations.

This does not propagate the instrumentation library version to the
exported span. That is left for a follow-on PR.

* Revert trace_test.go

This is for the next PR.

* Update SDK to include version for default instrumentation

If the instrumentation library name is empty and the default
instrumentation is uses, include the SDK version.

* Update comments and documentation

* Remove default instrumentation version
2020-06-09 11:47:54 -07:00
..
internal Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
migration Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
bridge.go Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
mix_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
util.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
wrapper.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00