From cc63104f11674ac288a2b023c1c88ea0b9f3715b Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 22 Mar 2018 15:25:10 -0400 Subject: [PATCH] INT-4439: Micrometer Docs Polishing JIRA: https://jira.spring.io/browse/INT-4439 --- src/reference/asciidoc/metrics.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/reference/asciidoc/metrics.adoc b/src/reference/asciidoc/metrics.adoc index 8293115704..5e1f92ef26 100644 --- a/src/reference/asciidoc/metrics.adoc +++ b/src/reference/asciidoc/metrics.adoc @@ -152,6 +152,13 @@ The `Counter` meters for message sources have the following names/tags: - `tag` : `exception:none` - `description` : `Messages received` +In addition, there are three `Gauge` Meters: + +`spring.integration.channels` - the number of `MessageChannels` in the application. +`spring.integration.handlers` - the number of `MessageHandlers` in the application. +`spring.integration.sources` - the number of `MessageSources` in the application. + + [[mgmt-channel-features]] ==== MessageChannel Metric Features