From 2293486de5c408c2c9c27205f1167747df6e1d42 Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Thu, 25 Apr 2024 14:37:33 +0100 Subject: Added OpenTelemetry to CPS Change-Id: I192fa53e293ea43cdff92ebd44d0382eb290bb76 Signed-off-by: david.mcweeney Issue-ID: CPS-2172 --- integration-test/src/test/resources/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'integration-test') diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index a4b9ea9c40..58e6287955 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -219,3 +219,9 @@ hazelcast: kubernetes: enabled: false service-name: cps-and-ncmp-service + +cps: + tracing: + enabled: false + exporter: + protocol: grpc -- cgit 1.2.3-korg