This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 3c8b2f5e7b Fix metrics introduction in observability doc
3c8b2f5e7b is described below
commit 3c8b2f5e7be7f6b193758fb7cb54818aa37a89f7
Author: James Netherton <[email protected]>
AuthorDate: Wed Mar 15 15:33:18 2023 +0000
Fix metrics introduction in observability doc
---
docs/modules/ROOT/pages/user-guide/observability.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/user-guide/observability.adoc
b/docs/modules/ROOT/pages/user-guide/observability.adoc
index b40fdad43c..e1e484412d 100644
--- a/docs/modules/ROOT/pages/user-guide/observability.adoc
+++ b/docs/modules/ROOT/pages/user-guide/observability.adoc
@@ -19,7 +19,7 @@ Note that the `/q` path prefix was added in Camel Quarkus
2.0.0. Refer to the xr
== Metrics
-We provide two choices for exposing metrics. The
xref:reference/extensions/micrometer.adoc[Micrometer] extension (preferred)
which integrates with https://quarkus.io/guides/micrometer[Quarkus Micrometer].
+Metrics are provided by the
xref:reference/extensions/micrometer.adoc[Micrometer] extension which
integrates with https://quarkus.io/guides/micrometer[Quarkus Micrometer].
Some basic Camel metrics are provided for you out of the box, and these can be
supplemented by configuring additional metrics in your routes.