- Spring Web Flux tracing is done automatically by the
library opentelemetry-spring-webflux-5.3
- Added a flag to disable tracing when this web client
is used, that is when we route to northbound interface.
Issue-ID: CCSDK-4010
Change-Id: Id7426ffd775df44c0e4a780e31cb912b45adc8c5
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
# ONAP : ccsdk oran
# ================================================================================
# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
sdk:
disabled: ${ONAP_SDK_DISABLED:true}
south: ${ONAP_TRACING_SOUTHBOUND:true}
+ instrumentation:
+ spring-webflux:
+ enabled: ${ONAP_TRACING_NORTHBOUND:true}
tracing:
sampler:
jaeger_remote: