You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "A-Zee029 (via GitHub)" <gi...@apache.org> on 2023/02/26 06:43:12 UTC

[GitHub] [rocketmq-exporter] A-Zee029 opened a new issue, #128: which value should we use between BrokerStatsItem.tps and BrokerStatsItem.sum to represent tps metrics ?

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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] which value should we use between BrokerStatsItem.tps and BrokerStatsItem.sum to represent tps metrics ? [rocketmq-exporter]

Posted by "cserwen (via GitHub)" <gi...@apache.org>.
cserwen closed issue #128: which value should we use between BrokerStatsItem.tps and BrokerStatsItem.sum to represent tps metrics ?
URL: https://github.com/apache/rocketmq-exporter/issues/128


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org