diff --git a/application/consumer-activemq-quarkus/src/main/resources/application.properties b/application/consumer-activemq-quarkus/src/main/resources/application.properties index 81d169028..ed4b8e2a2 100644 --- a/application/consumer-activemq-quarkus/src/main/resources/application.properties +++ b/application/consumer-activemq-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=consumer-activemq-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/consumer-hazelcast-quarkus/src/main/resources/application.properties b/application/consumer-hazelcast-quarkus/src/main/resources/application.properties index 9744b12e4..b5329d927 100644 --- a/application/consumer-hazelcast-quarkus/src/main/resources/application.properties +++ b/application/consumer-hazelcast-quarkus/src/main/resources/application.properties @@ -15,6 +15,7 @@ quarkus.jaeger.service-name=consumer-hazelcast-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/consumer-kafka-quarkus/src/main/resources/application.properties b/application/consumer-kafka-quarkus/src/main/resources/application.properties index 8833e775f..f59b4d4d6 100644 --- a/application/consumer-kafka-quarkus/src/main/resources/application.properties +++ b/application/consumer-kafka-quarkus/src/main/resources/application.properties @@ -31,3 +31,4 @@ quarkus.jaeger.service-name=consumer-kafka-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false diff --git a/application/consumer-rabbitmq-quarkus/src/main/resources/application.properties b/application/consumer-rabbitmq-quarkus/src/main/resources/application.properties index 5ee23766e..38a5e3d5a 100644 --- a/application/consumer-rabbitmq-quarkus/src/main/resources/application.properties +++ b/application/consumer-rabbitmq-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=consumer-rabbitmq-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/consumer-redis-quarkus/src/main/resources/application.properties b/application/consumer-redis-quarkus/src/main/resources/application.properties index 95a45b772..5333b76d1 100644 --- a/application/consumer-redis-quarkus/src/main/resources/application.properties +++ b/application/consumer-redis-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=consumer-redis-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/converter-kafka-quarkus/src/main/resources/application.properties b/application/converter-kafka-quarkus/src/main/resources/application.properties index 3f905298d..76027cf77 100644 --- a/application/converter-kafka-quarkus/src/main/resources/application.properties +++ b/application/converter-kafka-quarkus/src/main/resources/application.properties @@ -28,3 +28,4 @@ quarkus.jaeger.service-name=converter-kafka-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false diff --git a/application/converter-rabbitmq-quarkus/src/main/resources/application.properties b/application/converter-rabbitmq-quarkus/src/main/resources/application.properties index c4d08fb86..86aff8d74 100644 --- a/application/converter-rabbitmq-quarkus/src/main/resources/application.properties +++ b/application/converter-rabbitmq-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=converter-rabbitmq-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-activemq-quarkus/src/main/resources/application.properties b/application/jaxrs-activemq-quarkus/src/main/resources/application.properties index 08daf4b7e..a272a94d3 100644 --- a/application/jaxrs-activemq-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-activemq-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=jaxrs-activemq-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-cassandra-quarkus/src/main/resources/application.properties b/application/jaxrs-cassandra-quarkus/src/main/resources/application.properties index 9d725d325..3ab0737c1 100644 --- a/application/jaxrs-cassandra-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-cassandra-quarkus/src/main/resources/application.properties @@ -13,7 +13,7 @@ quarkus.jaeger.service-name=jaxrs-cassandra-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 -%test.quarkus.jaeger.agent-host-port=localhost:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-grpc-quarkus/src/main/resources/application.properties b/application/jaxrs-grpc-quarkus/src/main/resources/application.properties index 26cff764b..33378099f 100644 --- a/application/jaxrs-grpc-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-grpc-quarkus/src/main/resources/application.properties @@ -17,8 +17,7 @@ quarkus.jaeger.service-name=jaxrs-grpc-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 -%dev.quarkus.jaeger.agent-host-port=localhost:6831 -%test.quarkus.jaeger.agent-host-port=localhost:6831 +%test.quarkus.jaeger.enabled=false # grpc quarkus.grpc.clients.id.host=server-grpc-quarkus diff --git a/application/jaxrs-hazelcast-quarkus/src/main/resources/application.properties b/application/jaxrs-hazelcast-quarkus/src/main/resources/application.properties index d02e5f306..a5250f546 100644 --- a/application/jaxrs-hazelcast-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-hazelcast-quarkus/src/main/resources/application.properties @@ -15,7 +15,7 @@ quarkus.jaeger.service-name=jaxrs-hazelcast-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 -%test.quarkus.jaeger.agent-host-port=localhost:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-kafka-quarkus/src/main/resources/application.properties b/application/jaxrs-kafka-quarkus/src/main/resources/application.properties index e80953f22..e702e3b9c 100644 --- a/application/jaxrs-kafka-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-kafka-quarkus/src/main/resources/application.properties @@ -31,3 +31,4 @@ quarkus.jaeger.service-name=jaxrs-kafka-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false diff --git a/application/jaxrs-memcached-quarkus/src/main/resources/application.properties b/application/jaxrs-memcached-quarkus/src/main/resources/application.properties index 2bf1df8db..e0879ec39 100644 --- a/application/jaxrs-memcached-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-memcached-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=jaxrs-memcached-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-mongodb-quarkus/src/main/resources/application.properties b/application/jaxrs-mongodb-quarkus/src/main/resources/application.properties index 6d26ff68f..248c7b131 100644 --- a/application/jaxrs-mongodb-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-mongodb-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=jaxrs-mongodb-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-mysql-quarkus/src/main/resources/application.properties b/application/jaxrs-mysql-quarkus/src/main/resources/application.properties index 20313d3c2..aeab596e5 100644 --- a/application/jaxrs-mysql-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-mysql-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=jaxrs-mysql-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-postgres-quarkus/src/main/resources/application.properties b/application/jaxrs-postgres-quarkus/src/main/resources/application.properties index 88f362ea2..dc7284674 100644 --- a/application/jaxrs-postgres-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-postgres-quarkus/src/main/resources/application.properties @@ -13,6 +13,7 @@ quarkus.jaeger.service-name=jaxrs-postgres-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-rabbitmq-quarkus/src/main/resources/application.properties b/application/jaxrs-rabbitmq-quarkus/src/main/resources/application.properties index 7667b521d..32a3b9967 100644 --- a/application/jaxrs-rabbitmq-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-rabbitmq-quarkus/src/main/resources/application.properties @@ -10,11 +10,10 @@ quarkus.log.category."io.quarkus".level=INFO # Opentracing quarkus.jaeger.service-name=jaxrs-rabbitmq-quarkus -%dev.quarkus.jaeger.service-name=localhost -%test.quarkus.jaeger.service-name=localhost quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/jaxrs-redis-quarkus/src/main/resources/application.properties b/application/jaxrs-redis-quarkus/src/main/resources/application.properties index 6805a3565..3c7958245 100644 --- a/application/jaxrs-redis-quarkus/src/main/resources/application.properties +++ b/application/jaxrs-redis-quarkus/src/main/resources/application.properties @@ -13,8 +13,7 @@ quarkus.jaeger.service-name=jaxrs-redis-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 -%dev.quarkus.jaeger.agent-host-port=localhost:6831 -%test.quarkus.jaeger.agent-host-port=localhost:6831 +%test.quarkus.jaeger.enabled=false # message common.message=Hello k8s-3tier-webapp with quarkus diff --git a/application/producer-kafka-quarkus/src/main/resources/application.properties b/application/producer-kafka-quarkus/src/main/resources/application.properties index a3d0831f8..0f7f566bf 100644 --- a/application/producer-kafka-quarkus/src/main/resources/application.properties +++ b/application/producer-kafka-quarkus/src/main/resources/application.properties @@ -22,3 +22,10 @@ kafka.splitkey = , kafka.bootstrap.servers=kafka:9092 %test.kafka.bootstrap.servers=localhost:9092 mp.messaging.outgoing.message.connector=smallrye-kafka + +# Opentracing +quarkus.jaeger.service-name=producer-kafka-quarkus +quarkus.jaeger.sampler-type=const +quarkus.jaeger.sampler-param=1 +quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false diff --git a/application/randompublish-quarkus/src/main/resources/application.properties b/application/randompublish-quarkus/src/main/resources/application.properties index bfb2d6d07..17889a6f9 100644 --- a/application/randompublish-quarkus/src/main/resources/application.properties +++ b/application/randompublish-quarkus/src/main/resources/application.properties @@ -40,6 +40,7 @@ quarkus.jaeger.service-name=randompublish-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 +%test.quarkus.jaeger.enabled=false # log quarkus.log.console.enable=true diff --git a/application/server-grpc-quarkus/src/main/resources/application.properties b/application/server-grpc-quarkus/src/main/resources/application.properties index df48b4aca..3599e310d 100644 --- a/application/server-grpc-quarkus/src/main/resources/application.properties +++ b/application/server-grpc-quarkus/src/main/resources/application.properties @@ -20,5 +20,4 @@ quarkus.jaeger.service-name=server-grpc-quarkus quarkus.jaeger.sampler-type=const quarkus.jaeger.sampler-param=1 quarkus.jaeger.agent-host-port=jaeger-agent:6831 -%dev.quarkus.jaeger.agent-host-port=localhost:6831 -%test.quarkus.jaeger.agent-host-port=localhost:6831 +%test.quarkus.jaeger.enabled=false