You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/01/15 12:36:18 UTC

[GitHub] [rocketmq-exporter] hdchen edited a comment on issue #82: no have rocketmq_group_get_latency #81

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

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