This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6416ce43eb3f78dc3a6635af984f84b200014a3a Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Mar 10 10:21:14 2026 +0100 doc(components): camel-tracing deprecation notice --- .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc index ed43a3cfdf57..9dce4c3d960f 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc @@ -385,6 +385,12 @@ Upgraded QuickFixJ from 2.3.2 to 3.0.0 in `camel-quickfix` component. The older logic used for MDC (enabled via `camel.main.useMdcLogging = true`) is deprecated in favor of `camel-mdc` component. +=== camel-tracing (Deprecation) + +The `camel-tracing` and related components (`camel-opentelemetry` and `camel-observation`) are now deprecated. You should move your implementation to the newer `camel-telemetry` components (`camel-opentelemetry2` and `camel-micrometer-observability`). We have implemented these new components in order to fix certain design flaws (mainly, span duplications) identified in the older components. + +Some minor difference may be expected when moving to the new components, make sure to read the documentation carefully. + == Removed deprecated components The following deprecated components has been removed:
