opentelemetry-java/integration-tests/tracecontext
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/main 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 Update dependencies (#2115) 2020-11-21 09:39:27 -08:00
tracecontext-integration-test.sh Rename folder names from underscore to hyphen (#1968) 2020-11-03 14:46:40 +09:00

README.md

OpenTelemetry W3C Context Propagation tests

Based on https://github.com/w3c/trace-context/tree/master/test

Environmental requirements:

  • System with bourne shell e.g. linux, macOS
  • Python version >= 3.6.0
  • pip3
./tracecontext-integration-test.sh