[AAI] Add tracing-related config to application.properties in OOM chart
[oom.git] / kubernetes / aai / components / aai-resources / values.yaml
index e5cc716..68a6a71 100644 (file)
@@ -245,6 +245,14 @@ resources:
       memory: 6Gi
   unlimited: {}
 
+tracing:
+  collector:
+    baseUrl: http://jaeger-collector.istio-system:9411
+  sampling:
+    probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+  ignorePatterns:
+    - /aai/util.*
+
 metrics:
   serviceMonitor:
     enabled: false