1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-30 08:46:54 +02:00
opentelemetry-go/api/trace
Anthony Mirabella f0c70ffde0
Add StartOptions to Tracer.WithSpan() (#472)
Tracer.WithSpan() will now accept StartOptions as a variadic final parameter `opts`
that will be passed to the Tracer.Start() invocation that creates the Span
wrapping the user-provided function.
2020-02-10 21:07:32 -05:00
..
testtrace Add StartOptions to Tracer.WithSpan() (#472) 2020-02-10 21:07:32 -05:00
always_sampler_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
always_sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
api.go Add StartOptions to Tracer.WithSpan() (#472) 2020-02-10 21:07:32 -05:00
b3_propagator.go Reorganize propagation code (shrink PR 381) (#444) 2020-01-28 10:13:46 -08:00
context_test.go Replace span relationship with a potentially remote parent context (#451) 2020-02-04 08:55:03 -08:00
context.go Replace span relationship with a potentially remote parent context (#451) 2020-02-04 08:55:03 -08:00
doc.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
never_sampler_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
never_sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
noop_span.go fixed typo (#408) 2020-01-03 09:38:05 -08:00
noop_trace_provider.go Rename GetTracer to Tracer (#347) 2019-11-25 09:46:07 -08:00
noop_trace.go Add StartOptions to Tracer.WithSpan() (#472) 2020-02-10 21:07:32 -05:00
sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
trace_context_propagator.go make trace.TraceContext as default context propagator (#456) 2020-02-03 09:28:39 -08:00