Skip to content

Commit 2975255

Browse files
committed
INT-4439: Micrometer Docs Polishing
JIRA: https://jira.spring.io/browse/INT-4439
1 parent f9d5198 commit 2975255

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/reference/asciidoc/metrics.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ The `Counter` meters for message sources have the following names/tags:
152152
- `tag` : `exception:none`
153153
- `description` : `Messages received`
154154

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+
155162
[[mgmt-channel-features]]
156163
==== MessageChannel Metric Features
157164

0 commit comments

Comments
 (0)