We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d5198 commit 2975255Copy full SHA for 2975255
src/reference/asciidoc/metrics.adoc
@@ -152,6 +152,13 @@ The `Counter` meters for message sources have the following names/tags:
152
- `tag` : `exception:none`
153
- `description` : `Messages received`
154
155
+In addition, there are three `Gauge` Meters:
156
+
157
+`spring.integration.channels` - the number of `MessageChannels` in the application.
158
+`spring.integration.handlers` - the number of `MessageHandlers` in the application.
159
+`spring.integration.sources` - the number of `MessageSources` in the application.
160
161
162
[[mgmt-channel-features]]
163
==== MessageChannel Metric Features
164
0 commit comments