* Liberty server span handling * review fixes * review fixes * add doc about using compile stubs * Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/LibertyInstrumentationModule.java Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> * Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/ThreadLocalContext.java Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> * add links to advice classes * add commnet, remove unneeded dependency Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> |
||
---|---|---|
.. | ||
fake-backend | ||
grpc | ||
matrix | ||
play | ||
springboot | ||
src/test | ||
README.md | ||
smoke-tests.gradle |
README.md
Smoke Tests
Assert that various applications will start up with the JavaAgent without any obvious ill effects.
Each subproject underneath smoke-tests
produces one or more docker images containing some application
under the test. Various tests in the main module then use them to run the appropriate tests.