apache / rocketmq-exporter

Apache RocketMQ Prometheus Exporter
https://rocketmq.apache.org/
Apache License 2.0
294 stars 171 forks source link

[ISSUE #144]enhance: Asynchronous collect topic status metrics #143

Closed humkum closed 9 months ago

humkum commented 1 year ago

What is the purpose of the change

Use executor to generate topic stats metrics to avoid the discontinuous metric line, caused by metrics can not be collect in valid time(1 minute) closes #144

Brief changelog

Use executor to replace single thread.

Verifying this change

image

francisoliverlee commented 9 months ago

i will close this PR, and feel free to reopen it