summaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime-acm/src/test/resources/application-test.yaml')
-rw-r--r--runtime-acm/src/test/resources/application-test.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml
index aa4044534..cf0fa4c9d 100644
--- a/runtime-acm/src/test/resources/application-test.yaml
+++ b/runtime-acm/src/test/resources/application-test.yaml
@@ -41,3 +41,24 @@ runtime:
acmParameters:
acElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
acNodeType: org.onap.policy.clamp.acm.AutomationComposition
+
+management:
+ endpoints:
+ web:
+ base-path: /
+ exposure:
+ include: health, metrics, prometheus
+ tracing:
+ propagation:
+ produce: b3
+ sampling:
+ probability: 1.0
+
+tracing:
+ enabled: true
+ exporter:
+ endpoint: http://jaeger:4317
+ protocol: grpc
+ sampler:
+ jaeger-remote:
+ endpoint: http://jaeger:14250 \ No newline at end of file