diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-11-07 16:21:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-11-07 16:21:42 +0000 |
commit | d9abaa46bd2ef24e04b7e68b5d8f2151a9b1a4ed (patch) | |
tree | d2781b226870b4a9d3ced0f7c121974854ce78df /aai-resources/src | |
parent | 7b1baebc0dd9f75bcfe0e56796c5116a77c1e3aa (diff) | |
parent | 6c6d7d0f9ba9fbaa677cd7e9a9c4a19244a61c19 (diff) |
Merge "Add spring-cloud-sleuth for tracing"
Diffstat (limited to 'aai-resources/src')
-rw-r--r-- | aai-resources/src/main/resources/application.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index 66a8e53..adf899a 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -4,9 +4,15 @@ info.build.name=resources info.build.description=Resources Microservice info.build.version=1.1.0 -spring.application.name=Resources Microservice +spring.application.name=aai-resources spring.jersey.type=filter spring.main.allow-bean-definition-overriding=true +spring.zipkin.baseUrl=http://jaeger-collector.istio-system:9411 +spring.sleuth.messaging.jms.enabled = false +spring.sleuth.trace-id128=true +spring.sleuth.sampler.probability=1.0 +spring.sleuth.propagation.type=w3c, b3 +spring.sleuth.supports-join=false server.servlet.context-path=/ spring.autoconfigure.exclude=\ |