This is an automated email from the ASF dual-hosted git repository. vongosling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git
commit 026437c1de496fa0d6a812877bec332d598ba2a3 Author: vongosling <[email protected]> AuthorDate: Fri Jul 5 16:14:15 2019 +0800 Polish --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 531878e..5313655 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Table of Contents - [Topics](#topics) - [Consumer Groups](#consumer-groups) - [Grafana Dashboard](#Grafana-Dashboard) -- [Contribute](#contribute) Compatibility ------------- @@ -160,7 +159,7 @@ rocketmq_producer_offset{cluster="MQCluster",broker="broker-a",topic="DEV_TID_20 | `rocketmq_consumer_offset` | Progress of consumption message for a consumer group | | `rocketmq_group_get_latency` | Consumer latency on some topic for one queue | | `rocketmq_group_get_latency_by_storetime ` | Consumption delay time of a consumer group | -| 消息堆积量(需要通过proSQL聚合)(rocketmq_producer_offset-rocketmq_consumer_offset) | Message accumulation (sum(rocketmq_producer_offset) by (topic) - on(topic) group_right sum(rocketmq_consumer_offset) by (group,topic)) | +| `rocketmq_message_accumulation`| How far Consumer offset lag behind | **Metrics output example**
