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
Tyler Yahn f995380e58
Unify api/label and api/kv in new label package (#1060)
* Move `api/label` to `label`

* Move `api/kv` package contents into `label` package

* Unify label package name

* Move `api/internal/rawhelpers.go` to `internal`

* Propagate replacing `api/kv` with `label` pkg

* golint

* Fix over-aggressive change

* Update Changelog
2020-08-17 20:25:03 -07:00
..
tracetest Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
api.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -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