A-Zee029 opened a new issue, #128: URL: https://github.com/apache/rocketmq-exporter/issues/128
Readme says rocketmq_broker_tps means the number of message the broker produces per second, but the code shows it use a sum value like here https://github.com/apache/rocketmq-exporter/blob/5fb1de22cd12555164103771aa42d93d00768ba5/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java#L610-L616 and the similar metric rocketmq_broker_qps use tps value https://github.com/apache/rocketmq-exporter/blob/5fb1de22cd12555164103771aa42d93d00768ba5/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java#L626-L632 So it's really confused ,and there are some related issue in the issue lists, like #114 #123 Can anyone explains me which value should i use? -- 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]
