diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2024-04-25 14:37:33 +0100 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2024-05-31 14:43:01 +0100 |
commit | 2293486de5c408c2c9c27205f1167747df6e1d42 (patch) | |
tree | 6a3a0b3b9240d9fabb66db6f55b61ec9b61e582e /integration-test/src/test/resources/application.yml | |
parent | 7cb64300ddd10a9e9f0270a8c4832263e20d8ad3 (diff) |
Added OpenTelemetry to CPS
Change-Id: I192fa53e293ea43cdff92ebd44d0382eb290bb76
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: CPS-2172
Diffstat (limited to 'integration-test/src/test/resources/application.yml')
-rw-r--r-- | integration-test/src/test/resources/application.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |