From 73f1ed95236b409627908eb0cab668dabf2c80c9 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 26 Sep 2017 20:02:05 -0400 Subject: [PATCH] Separate each sentence in metrics docs --- .../src/main/asciidoc/metrics.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/metrics.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/metrics.adoc index 1a5a9d952..b40755c41 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/metrics.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/metrics.adoc @@ -1,10 +1,8 @@ [[kafka-metrics]] -== Kafka metrics +== Kafka Metrics Kafka binder module exposes the following metrics: -`spring.cloud.stream.binder.kafka.someGroup.someTopic.lag` - this metric indicates how many messages -have not been yet consumed from given binder's topic (`someTopic`) by given consumer group (`someGroup`). -For example if the value of the metric `spring.cloud.stream.binder.kafka.myGroup.myTopic.lag` is `1000`, then -consumer group `myGroup` has `1000` messages to waiting to be consumed from topic `myTopic`. This metric is -particularly useful to provide auto-scaling feedback to PaaS platform of your choice. \ No newline at end of file +`spring.cloud.stream.binder.kafka.someGroup.someTopic.lag` - this metric indicates how many messages have not been yet consumed from given binder's topic by given consumer group. +For example if the value of the metric `spring.cloud.stream.binder.kafka.myGroup.myTopic.lag` is `1000`, then consumer group `myGroup` has `1000` messages to waiting to be consumed from topic `myTopic`. +This metric is particularly useful to provide auto-scaling feedback to PaaS platform of your choice. \ No newline at end of file