Fix wording in meter descriptions

Related to https://github.com/spring-projects/spring-integration/pull/3349
This commit is contained in:
Michel Jung
2020-07-29 15:57:35 +02:00
committed by GitHub
parent f23f3ea63d
commit ba5c80aff0

View File

@@ -170,14 +170,14 @@ Starting with version 5.1.13, the `QueueChannel` exposes Micrometer gauges for q
* `name`: `spring.integration.channel.queue.size`
* `tag`: `type:channel`
* `tag`: `name:<componentName>`
* `description`: `The size of queue channel`
* `description`: `The size of the queue channel`
and
* `name`: `spring.integration.channel.queue.remaining.capacity`
* `tag`: `type:channel`
* `tag`: `name:<componentName>`
* `description`: `The remaining.capacity of queue channel`
* `description`: `The remaining capacity of the queue channel`
[[mgmt-channel-features]]
==== `MessageChannel` Metric Features