You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/10/25 08:49:48 UTC

[camel] branch main updated: Fix link to threading-model.adoc in Micrometer docs

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 5eda8cbb0b8 Fix link to threading-model.adoc in Micrometer docs
5eda8cbb0b8 is described below

commit 5eda8cbb0b829fff5700c63d545afae84defe6c3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 25 09:45:20 2023 +0100

    Fix link to threading-model.adoc in Micrometer docs
---
 components/camel-micrometer/src/main/docs/micrometer-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-micrometer/src/main/docs/micrometer-component.adoc b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
index 8fc13654256..95efd3cd209 100644
--- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
+++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
@@ -364,7 +364,7 @@ from("direct:in")
 `MicrometerRoutePolicyFactory` allows to add a RoutePolicy for each
 route in order to exposes route utilization statistics using Micrometer.
 This factory can be used in Java and XML as the examples below
-demonstrates. 
+demonstrates.
 
 [NOTE]
 ====
@@ -426,7 +426,7 @@ with `name=MicrometerRoutePolicy`.
 `MicrometerMessageHistoryFactory` allows to use metrics to capture Message History performance
 statistics while routing messages. It works by using a Micrometer Timer for
 each node in all the routes. This factory can be used in Java and XML as
-the examples below demonstrates. 
+the examples below demonstrates.
 
 From Java you just set the factory to the `CamelContext` as shown below:
 
@@ -500,7 +500,7 @@ with `name=MicrometerEventNotifier`.
 
 `InstrumentedThreadPoolFactory` allows you to gather performance information about Camel Thread Pools by injecting a `InstrumentedThreadPoolFactory`
 which collects information from inside of Camel.
-See more details at xref:threading-model.adoc[Threading Model].
+See more details at xref:manual::threading-model.adoc[Threading Model].
 
 
 == Exposing Micrometer statistics in JMX