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