opentelemetry-java-instrume.../smoke-tests
Felix Barnsteiner 56c52bc315
Add runtime.jvm.gc.collection.count metric (#2616)
* Add runtime.jvm.gc.collection.count metric

* Fix format violation

* Rename gc.collection to gc.collection.time

* Another rename 😅
2021-03-23 14:11:23 +02:00
..
fake-backend Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
grpc Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
matrix Upgrade gradle-docker plugin to properly work on Windows (#2582) 2021-03-16 14:58:06 +02:00
play Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
springboot Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
src/test Add runtime.jvm.gc.collection.count metric (#2616) 2021-03-23 14:11:23 +02:00
README.md Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
smoke-tests.gradle Increase smoke test timeout (#2611) 2021-03-21 22:24:47 -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.