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 --- pom.xml | 17 +++++- .../acm/runtime/config/OpenTelConfiguration.java | 67 ++++++++++++++++++++++ .../resources/application-prometheus-noauth.yaml | 9 +++ .../src/test/resources/application-test.yaml | 21 +++++++ 4 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/config/OpenTelConfiguration.java diff --git a/pom.xml b/pom.xml index 34e4d1c78..dfee76bc5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@