This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d6e4a22ab33 CAMEL-22406: update jbang docs
d6e4a22ab33 is described below
commit d6e4a22ab3327368b5e990a758e048789662ca28
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 18 07:46:02 2025 +0200
CAMEL-22406: update jbang docs
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index d9f74440687..4872054a14c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2093,7 +2093,8 @@ NOTE: For a service to be listed then Camel components
must be able to advertise
Camel JBang comes with support for using Micrometer for metrics that easily
can be made available.
-You simply either run with `--metrics` option, or enable and have more control
of the configuration in the `application.properties` file as shown below:
+You simply either run with `--observe` option (use `--metrcis` in older Camel
versions),
+or enable and have more control of the configuration in the
`application.properties` file as shown below:
[source,properties]
----