diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2024-06-05 07:11:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-06-05 07:11:05 +0000 |
commit | 026e4d2cfc38468a75c035c832b8fd04d66ce4d8 (patch) | |
tree | 19a8d90ca7cc06f5209ec0945121dc7d1730e0a5 /integration-test/src/test/resources/application.yml | |
parent | c056bee2fc0f52055464839248abfa4d16c8f89c (diff) | |
parent | 2293486de5c408c2c9c27205f1167747df6e1d42 (diff) |
Merge "Added OpenTelemetry to CPS"
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 |