From ba5c80aff0f8f49aac90b699dedfa5f56dcff0a4 Mon Sep 17 00:00:00 2001 From: Michel Jung Date: Wed, 29 Jul 2020 15:57:35 +0200 Subject: [PATCH] Fix wording in meter descriptions Related to https://github.com/spring-projects/spring-integration/pull/3349 --- src/reference/asciidoc/metrics.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/asciidoc/metrics.adoc b/src/reference/asciidoc/metrics.adoc index 7eeead7f4a..1cdfdaf7e7 100644 --- a/src/reference/asciidoc/metrics.adoc +++ b/src/reference/asciidoc/metrics.adoc @@ -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:` -* `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:` -* `description`: `The remaining.capacity of queue channel` +* `description`: `The remaining capacity of the queue channel` [[mgmt-channel-features]] ==== `MessageChannel` Metric Features