opentelemetry-java-instrume.../smoke-tests/play
Anuraag Agrawal 83a5714a97
Use a fake OTLP backend for storing smoke tests traces instead of fil… (#1136)
* Use a fake OTLP backend for storing smoke tests traces instead of file exporter.

* Newlines

* Newlines

* Bins
2020-08-31 15:17:51 +09:00
..
app/controllers Gradle warnings (#659) 2020-07-10 07:57:54 +03:00
conf Rename package to io.opentelemetry.auto (#54) 2020-01-14 13:57:01 -08: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
README.md Improved smoke tests (#934) 2020-08-12 12:34:14 +03:00
build.gradle Switch to Bintray Docker repo (#959) 2020-08-13 10:16:08 +03: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

Play framework smoke test

Play application used by smoke tests of OpenTelemetry java agent. Builds and publishes Docker image containing a trivial Play 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.