This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch mm
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d5e1d04790698de90db2069e71b2813c6b9ddbea
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 19 11:33:48 2023 +0100

    Experiment
---
 components/camel-micrometer/src/main/docs/micrometer-component.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-micrometer/src/main/docs/micrometer-component.adoc 
b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
index 4326d9173b4..539862d0af9 100644
--- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
+++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
@@ -83,8 +83,9 @@ Some Camel specific metrics are available out of the box.
 |=====================================================
 |Name |Type |Description
 |camel.message.history|timer |Sample of performance of each node in the route 
when message history is enabled
-|camel.routes.added |gauge |Number of routes added
-|camel.routes.running |gauge |Number of routes runnning
+|camel.routes.added |gauge |Number of routes in total
+|camel.routes.reloaded |gauge |Number of routes that has been reloaded
+|camel.routes.running |gauge |Number of routes currently running
 |camel.exchanges.inflight |gauge |Route inflight messages
 |camel.exchanges.total |counter |Total number of processed exchanges
 |camel.exchanges.succeeded |counter |Number of successfully completed exchange

Reply via email to