opentelemetry-java-instrume.../smoke-tests
Trask Stalnaker 92394ad9ae
Remove url from HttpServerAttributesExtractor (#4209)
* Remove url from HttpServerAttributesExtractor

* Remove UriBuilder

* Tracers too

* apache-camel

* Finatra

* jsp

* Ratpack

* Ratpack library

* Ratpack

* Spark

* Feedback

* Fix Undertow

* Vertx

* vertx-web

* play-2.4

* webflux

* jaxrs

* Spotless

* Update semantic-conventions.md

* Update smoke tests

* More realistic target

* Remove outdated doc

* Wording
2021-10-03 09:17:23 -07:00
..
fake-backend Remove collector from smoke tests (#4186) 2021-09-21 12:33:01 -07:00
grpc Use repo-scoped ghcr packages (#4149) 2021-09-17 13:12:53 +03:00
matrix Update tomcat smoke tests to run against Java 17 (#4233) 2021-09-29 12:50:19 -07:00
play Use repo-scoped ghcr packages (#4149) 2021-09-17 13:12:53 +03:00
springboot Two ghcr container name improvements (#4165) 2021-09-18 09:35:47 -07:00
src/test Remove url from HttpServerAttributesExtractor (#4209) 2021-10-03 09:17:23 -07:00
README.md Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
build.gradle.kts Change the default javaagent artifact to have exporters (#4106) 2021-10-02 11:28:11 -07:00

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.