1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api/global
Tyler Yahn 2833212bd9
Decouple API from SDK (#977)
* Remove SDK from othttp instrumentation

* Remove dependency on SDK in api/kv pkg

Benchmark the kv package not the SDK here.

* Update api/global benchmarks

Move SDK related tests to SDK where applicable

* Add internal testing SDK implementation

To be used by the API for testing so it does not depend on the actual
SDK.

* Update api/global/internal to use internal/sdk

* Fix lint on sdk/metric benchmark

* Lint internal/sdk

* Merge internal/sdk into api/trace/testtrace

* Update Changelog
2020-07-28 10:47:08 -07:00
..
internal Decouple API from SDK (#977) 2020-07-28 10:47:08 -07:00
handler_test.go Delay the sends to not overload 2020-06-09 17:21:01 -07:00
handler.go Update global Handler delegate to atomic value 2020-06-01 11:50:35 -07:00
metric_test.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
metric.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
propagation.go Split global.go 2020-05-29 13:04:55 -07:00
trace_test.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
trace.go Split global.go 2020-05-29 13:04:55 -07:00