1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api/trace
JBD b0f978c307
Add receiver names to TraceContext methods (#1136)
Otherwise, they are no aligned together on godoc.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-09-08 08:20:14 -07:00
..
tracetest Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
api.go Add missing argument names to the Span interface (#1135) 2020-09-08 08:07:53 -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 Span Start/End Options (#1108) 2020-09-03 07:34:36 -07:00
context.go Move SpanContext from core package into trace 2020-05-02 20:17:11 +08:00
doc.go Added missing package document and canonical import paths (#1125) 2020-09-08 08:15:28 -07:00
noop_span.go Unify API Span Start/End Options (#1108) 2020-09-03 07:34:36 -07:00
noop_trace_provider.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
noop_trace.go Unify API Span Start/End Options (#1108) 2020-09-03 07:34: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
span_test.go Unify API Span Start/End Options (#1108) 2020-09-03 07:34:36 -07:00
trace_context_propagator.go Add receiver names to TraceContext methods (#1136) 2020-09-08 08:20:14 -07:00
traceprovider_test.go Update trace API TracerOption (#1109) 2020-09-02 07:20:52 -07:00