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 bb74cc92c1d Micrometer threadPoolFactory doc configuration change (#11821) bb74cc92c1d is described below commit bb74cc92c1d01a882c1a01b49f26e9af8753f76c Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Wed Oct 25 09:17:41 2023 +0200 Micrometer threadPoolFactory doc configuration change (#11821) --- components/camel-micrometer/src/main/docs/micrometer-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-micrometer/src/main/docs/micrometer-component.adoc b/components/camel-micrometer/src/main/docs/micrometer-component.adoc index dc5f0bc930c..8fc13654256 100644 --- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc +++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc @@ -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 Advanced configuration of CamelContext using Spring. +See more details at xref:threading-model.adoc[Threading Model]. == Exposing Micrometer statistics in JMX