Git-Yang opened a new issue #68:
URL: https://github.com/apache/rocketmq-exporter/issues/68


   - Rely on RocketMQ service to support queue-level statistics for delayed 
messages.
   https://github.com/apache/rocketmq/issues/3296
   **Background**
   In order to increase the ability to monitor delayed messages, it is 
necessary to count the production/delivery and accumulated index data of each 
delay level of delayed messages.
   
   **Describe the solution you'd like**
   - Add  the delivery QPS  for SCHEDULE_TOPIC_XXXX
   - Add the delivery QPS for each queue for SCHEDULE_TOPIC_XXXX
   - Add the write TPS of each queue for SCHEDULE_TOPIC_XXXX
   - Add the groupDiff of each queue for SCHEDULE_TOPIC_XXXX
   
   **Sample**
   - The write TPS of each queue for SCHEDULE_TOPIC_XXXX
   
![image](https://user-images.githubusercontent.com/30995057/131333901-3b21000b-fc7b-4305-a868-659de39433d2.png)
   
   - The delivery QPS  for SCHEDULE_TOPIC_XXXX
   
![image](https://user-images.githubusercontent.com/30995057/131333464-374fb807-49b6-440d-9e7a-24cfebdfa2c0.png)
   
   - The delivery QPS for each queue for SCHEDULE_TOPIC_XXXX
   
![image](https://user-images.githubusercontent.com/30995057/131333689-462b731d-b5f2-40b4-9b48-60355811a001.png)
   
   - The groupDiff of each queue for SCHEDULE_TOPIC_XXXX
   
![image](https://user-images.githubusercontent.com/30995057/131334072-dbf38df8-7be0-448b-b12b-4c701d814910.png)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to