1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/api/trace
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
..
testtrace Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
always_off_sampler_test.go Remove SpanID from sampling parameters 2020-05-28 16:08:04 -07:00
always_off_sampler.go Remove SpanID from sampling parameters 2020-05-28 16:08:04 -07:00
always_on_sampler_test.go Remove SpanID from sampling parameters 2020-05-28 16:08:04 -07:00
always_on_sampler.go Remove SpanID from sampling parameters 2020-05-28 16:08:04 -07:00
api.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
b3_propagator.go Use a constant padding for 64-bit B3 trace IDs (#701) 2020-05-06 11:09:41 -04:00
context_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
context.go Move SpanContext from core package into trace 2020-05-02 20:17:11 +08:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
noop_span.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
noop_trace_provider.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
noop_trace.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
sampler.go Remove SpanID from sampling parameters 2020-05-28 16:08:04 -07:00
span_context_test.go Rename TraceFlagsSampled, TraceFlagsUnused 2020-05-06 01:41:54 +08:00
span_context.go Rename TraceFlagsSampled, TraceFlagsUnused 2020-05-06 01:41:54 +08:00
trace_context_propagator.go Rename TraceFlagsSampled, TraceFlagsUnused 2020-05-06 01:41:54 +08:00