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 dfcaf8f573dc543b111ad82bad5c2938d05a9767
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Mar 3 11:20:22 2025 +0100

    chore(doc): observability services default notice
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
index b180b7841c8..7d81cf99610 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
@@ -66,3 +66,7 @@ The camel-kafka option `recordMetadata` has changed default 
from `true` to `fals
 
 The option `lazy-bean` has changed to be default `true` when exporting to make 
the export
 work in more situations out of the box.
+
+From this version onward the `export` command add the 
`camel-observability-services` dependency (which includes telemetry, metrics, 
health and JMX management services out of the box).
+
+The `--health` and `--metrics` flags of `run` command have been deprecated in 
favor of the newly `--observe` flag which add the 
`camel-observability-services` dependency (hence including telemetry, metrics, 
health and JMX management out of the box). For the run command, this has to be 
explicitly enabled (ie, `camel run  ... --observe`).

Reply via email to