1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api/kv
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
..
benchmark_test.go Decouple API from SDK (#977) 2020-07-28 10:47:08 -07:00
doc.go Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
key_test.go Decouple API from SDK (#977) 2020-07-28 10:47:08 -07:00
key.go Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00
kv_test.go Rename kv.Infer to kv.Any (#969) (#972) 2020-07-27 09:29:22 -07:00
kv.go Rename kv.Infer to kv.Any (#969) (#972) 2020-07-27 09:29:22 -07:00
type_string.go Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00
value_test.go Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00
value.go Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00