Skip to content

Commit ba5c80a

Browse files
authored
Fix wording in meter descriptions
Related to #3349
1 parent f23f3ea commit ba5c80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/asciidoc/metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ Starting with version 5.1.13, the `QueueChannel` exposes Micrometer gauges for q
170170
* `name`: `spring.integration.channel.queue.size`
171171
* `tag`: `type:channel`
172172
* `tag`: `name:<componentName>`
173-
* `description`: `The size of queue channel`
173+
* `description`: `The size of the queue channel`
174174

175175
and
176176

177177
* `name`: `spring.integration.channel.queue.remaining.capacity`
178178
* `tag`: `type:channel`
179179
* `tag`: `name:<componentName>`
180-
* `description`: `The remaining.capacity of queue channel`
180+
* `description`: `The remaining capacity of the queue channel`
181181

182182
[[mgmt-channel-features]]
183183
==== `MessageChannel` Metric Features

0 commit comments

Comments
 (0)