hdchen edited a comment on issue #82:
URL: 
https://github.com/apache/rocketmq-exporter/issues/82#issuecomment-1013674408


   
![image](https://user-images.githubusercontent.com/9590928/149621823-0bd29953-a527-4146-8d54-4d81e1adc3d9.png)
   rocketmq_group_diff can replace rocketmq_group_get_latency
   
   It can also be calculated by other metrics
   rocketmq_group_get_latency = sum(rocketmq_producer_offset) by (topic) - 
on(topic) group_right sum(rocketmq_consumer_offset) by (group,topic)
   
   
   
   


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


Reply via email to