aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/main
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 18:44:10 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 20:23:43 +0100
commit8b018d4f1c8a2dbc7bf68aa3275d6756b814cd0a (patch)
tree1ce6669d6a08a4790c6cc30d27bf7e23755fc4c8 /aai-schema-service/src/main
parent0c54f901a01a12b555fe659cd2e297756c9b772e (diff)
Add tracing to schema-service
- add tracing - cleanup pom by removing not necessary dependencies Issue-ID: AAI-4083 Change-Id: Ie491b8a6e20b0189473b88118f4310df8cdb4ac5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-service/src/main')
-rw-r--r--aai-schema-service/src/main/resources/application.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/aai-schema-service/src/main/resources/application.properties b/aai-schema-service/src/main/resources/application.properties
index dd03362..8581348 100644
--- a/aai-schema-service/src/main/resources/application.properties
+++ b/aai-schema-service/src/main/resources/application.properties
@@ -3,10 +3,17 @@ info.build.name=@project.name@
info.build.description=@project.description@
info.build.version=@project.version@
-spring.application.name=Schema Service Microservice
+spring.application.name=aai-schema-service
spring.jersey.type=filter
spring.main.allow-bean-definition-overriding=true
+spring.sleuth.enabled=false
+spring.zipkin.baseUrl=http://jaeger-collector.istio-system:9411
+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=${schema.uri.base.path}
spring.autoconfigure.exclude=\