From e4a667b450fc076e59898be9f314bf4db300f1e5 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Tue, 16 Jan 2024 12:43:09 +0000 Subject: Adding http tracing capability Open telemetry tracing now supported in acm Issue-ID: POLICY-4875 Change-Id: I7423211f3b775825f24e4bd4b906f646a882747b Signed-off-by: saul.gill --- .../src/test/resources/application-test.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'runtime-acm/src/test/resources/application-test.yaml') 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 -- cgit 1.2.3-korg