opentelemetry-java-instrume.../smoke-tests/springboot
Nikita Salnikov-Tarnovski 71f1a79100
Introduce test matrix (#1821)
* Introduce test matrix and proper WildFly test

* Restore test to old version until matrix is merged

* Add workflow to publish test matrix

* Satisfy checkstyle

* Polish

* Use docker build args instead of replacing tokens
2020-12-03 12:34:45 +02:00
..
gradle/wrapper Use a fake OTLP backend for storing smoke tests traces instead of fil… (#1136) 2020-08-31 15:17:51 +09:00
src/main Fix port used for self-call (#1807) 2020-11-30 16:21:39 +02:00
README.md Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
build.gradle Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
gradlew Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
gradlew.bat Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
settings.gradle Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00

README.md

Spring Boot smoke test

Spring Boot application used by smoke tests of OpenTelemetry java agent. Builds and publishes Docker image containing a trivial Spring MVC application.

This is a separate gradle project, independent from the rest. This was done to allow to build and publish it only when actually needed and not on every project build.