aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/sdc/values.yaml')
-rw-r--r--kubernetes/sdc/values.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml
index 88cd12654a..23324186a1 100644
--- a/kubernetes/sdc/values.yaml
+++ b/kubernetes/sdc/values.yaml
@@ -65,6 +65,12 @@ global:
topics:
sdcDistNotifTopic: &notif-topic-name SDC-DISTR-NOTIF-TOPIC
sdcDistStatusTopic: &status-topic-name SDC-DISTR-STATUS-TOPIC
+ tracing:
+ enabled: false
+ collector:
+ baseUrl: http://jaeger-collector.istio-config:9411
+ sampling:
+ probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
# Environment file
env:
@@ -124,4 +130,3 @@ cassandra:
socket_read_timeout: 20000
socket_connect_timeout: 20000
janusgraph_connection_timeout: 10000
-