INT-4439: Micrometer Docs Polishing

JIRA: https://jira.spring.io/browse/INT-4439
This commit is contained in:
Gary Russell
2018-03-22 15:25:10 -04:00
parent cb3c7a0036
commit cc63104f11

View File

@@ -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