You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by wl...@apache.org on 2020/03/08 13:16:35 UTC

[rocketmq-exporter] 15/43: update dashboard id and add message accmulation metric

This is an automated email from the ASF dual-hosted git repository.

wlliqipeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git

commit 82e36f9f795fc4ee0e4cd0d160513e21eecb83b4
Author: fengqing <fe...@sunlands.com>
AuthorDate: Wed Jul 3 15:41:39 2019 +0800

    update dashboard id and add message accmulation metric
---
 README.md | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 5fadb98..531878e 100644
--- a/README.md
+++ b/README.md
@@ -153,13 +153,14 @@ rocketmq_producer_offset{cluster="MQCluster",broker="broker-a",topic="DEV_TID_20
 
 **Metrics details**
 
-| Name                                       | Exposed information                                          |
-| ------------------------------------------ | ------------------------------------------------------------ |
-| `rocketmq_consumer_tps`                    | The number of messages consumed per second by a consumer group |
-| `rocketmq_consumer_message_size`           | The size of the message consumed by the consumer group per second (in bytes) |
-| `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                   |
+| Name                                                         | Exposed information                                          |
+| ------------------------------------------------------------ | ------------------------------------------------------------ |
+| `rocketmq_consumer_tps`                                      | The number of messages consumed per second by a consumer group |
+| `rocketmq_consumer_message_size`                             | The size of the message consumed by the consumer group per second (in bytes) |
+| `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)) |
 
 **Metrics output example**
 
@@ -206,5 +207,5 @@ rocketmq_group_get_latency_by_storetime{cluster="MQCluster",broker="broker-b",to
 
 Grafana Dashboard
 -------
-Grafana Dashboard ID: 10476, name: RocketMQ Exporter Overview.
-For details of the dashboard please see [RocketMQ Exporter Overview](https://grafana.com/dashboards/10476).
\ No newline at end of file
+Grafana Dashboard ID: 10477, name: RocketMQ Exporter Overview.
+For details of the dashboard please see [RocketMQ Exporter Overview](https://grafana.com/dashboards/10477).
\ No newline at end of file