aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/application.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index f3f8498..722317b 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,5 @@
app.config.charts-base-path=/charts
+spring.application.name=sdc-helm-validator
spring.jackson.default-property-inclusion=NON_NULL
logging.file.name=/var/log/onap/application.log
@@ -10,3 +11,11 @@ logging.logback.rollingpolicy.clean-history-on-start=true
springdoc.show-actuator=true
springdoc.swagger-ui.path=/docs
+
+spring.sleuth.enabled=${TRACING_ENABLED:false}
+spring.zipkin.baseUrl=${COLLECTOR_URL:http://jaeger-collector.istio-system:9411}
+spring.sleuth.messaging.jms.enabled = false
+spring.sleuth.trace-id128=true
+spring.sleuth.sampler.probability=${TRACING_SAMPLING_PROBABILITY:1.0}
+spring.sleuth.propagation.type=w3c, b3
+spring.sleuth.supports-join=false \ No newline at end of file