summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/application.yml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-07-19 17:27:54 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-07-31 14:28:40 +0100
commite2527ea17f2e70f6b27655666e928314bdc56a22 (patch)
treee3badb0c2abe17fbe476ddb4b5cbe224fd7f5cdc /cps-ncmp-service/src/test/resources/application.yml
parentb66c993cc2ab670db0f62afe22bb0b5020e5dc40 (diff)
Effect changes on scheduled tasks (don't want scheduled tasks to be monitored)
- Applied a filter on tasks.scheduled.execution. - It is configurable from application.ymal into cps.scheduled-task-names: - tasks.scheduled.execution by default. - Added a new property configuration bean for open telemetry. - Introduced new propery attribute that takes list of task names to be filtered. Issue-ID: CPS-2250 Change-Id: I8e5334cd166343181df6dd1985471f5465f14f0e Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources/application.yml')
-rw-r--r--cps-ncmp-service/src/test/resources/application.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml
index f0790dda4b..759de834ab 100644
--- a/cps-ncmp-service/src/test/resources/application.yml
+++ b/cps-ncmp-service/src/test/resources/application.yml
@@ -16,6 +16,15 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
+cps:
+ tracing:
+ sampler:
+ jaeger_remote:
+ endpoint: http://jaeger-Remote-test-url
+ exporter:
+ endpoint: http://exporter-test-url
+ enabled: true
+
spring:
kafka:
producer: