apache / apache/rocketmq-exporter

Add statistics for each delay level of SCHEDULE_TOPIC_XXXX

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
324
Forks
178
PR merge metrics
No merged PRs in 30d

Description

- 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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.