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  - The delivery QPS for SCHEDULE_TOPIC_XXXX  - The delivery QPS for each queue for SCHEDULE_TOPIC_XXXX  - The groupDiff of each queue for SCHEDULE_TOPIC_XXXX  -- 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]
