1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/api/trace
Tyler Yahn 0fec28040d
Update trace API TracerOption (#1109)
* Update Tracer configuration.

Conform to API option design outlined in #536.

Add tests to validate new TracerConfigure function

Drop the `instrumentation` prefix.

* Stick with instrumentationVersion for now

* Propagate changes

* Add changes to Changelog
2020-09-02 07:20:52 -07:00
..
tracetest Update trace API TracerOption (#1109) 2020-09-02 07:20:52 -07:00
api.go Update trace API TracerOption (#1109) 2020-09-02 07:20:52 -07:00
b3_propagator_test.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
b3_propagator.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
context_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25: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 Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25: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 Remove WithSpan method from Tracer interface (#1043) 2020-08-08 12:10:36 -07:00
span_context_test.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
span_context.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
trace_context_propagator.go Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
traceprovider_test.go Update trace API TracerOption (#1109) 2020-09-02 07:20:52 -07:00