opentelemetry-java/integration-tests
Bogdan Drutu 37afb33659
Split global functionality into a separate class (#2233) (#2239)
This ensure clear separation of functionality. This PR does not change any functionality, it just restructures the code to separate global functionality from
the Default implementation. Also helps to ensure that Global initialization does not happen by mistake when working only with the default implementation.

Also it helps with methods like `OpenTelemetry.get()` and `OpenTelemetry.set()` to understand they are interacting with global instance

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-12-15 13:05:46 -08:00
..
src Split global functionality into a separate class (#2233) 2020-12-15 10:27:35 -08:00
tracecontext Split global functionality into a separate class (#2233) (#2239) 2020-12-15 13:05:46 -08:00
README.md Rename folder names from underscore to hyphen (#1968) 2020-11-03 14:46:40 +09:00
build.gradle remove the enable.docker.tests gradle property since TestContainers handles it now (#2028) 2020-11-06 13:48:40 +09:00

README.md

OpenTelemetry Integration Tests

  • Integration Test code lives here