* SDK arch test - ensuring that API implmenetation returns only API types
* added metrics verification
* updated tests to match change in SDK / meter return type
* typo corrected
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* typo corrected
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Migrate to using gradle platform to manage dependency versions instead of global variables.
* Remove unused and fix test
* Revert test yolo
* Workaround test ordering issue by just merging them
* Spot
* Update coverage merging to follow Gradle example.
* Use standard task naming scheme to reduce codecov detection drift.
* Restore coverage of internal package, actually it does need tests.
CHANGELOG: Breaking Change - the `@WithSpan` annotation has been moved to the `io.opentelemetry.extension.annotations` package in the `opentelemetry-extension-annotations` module .
* Add w3c context propagation tests
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* add sleep for printing test results
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* add Environmental requirements
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* use far jar to run
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* run integration tests in circleci
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* change image
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* reformat
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* pip3 to pip
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* upgrade pip
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* missing colon
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* do not install pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* install python 3 and pip3
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* add /usr/local/bin to PATH
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* call /usr/local/bin/pip3 to PATH
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* get rid of automation
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* refactor extractor to pass more tests
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* Split single "sdk" module into separate pieces for common, correlationcontext, metrics, tracing, and the combination of them all
* Modify comment to not reference implementation class
* Moved JMH code to /sdk/all
* Move new files to adjusted location
* Move new files from rebase