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 2021/12/27 02:34:59 UTC

[GitHub] [rocketmq-exporter] qifeng998130 opened a new issue #82: no have rocketmq_group_get_latency #81

qifeng998130 opened a new issue #82:
URL: https://github.com/apache/rocketmq-exporter/issues/82


   **Describe the bug** 
   What has this  rocketmq_group_get_latency  replaced ?
   **To Reproduce** 
   I checked the source code by [RMQMetricsCollect.java]https://github.com/apache/rocketmq-exporter/blob/master/src/main/java/org/apache/rocketmq/exporter/collector/RMQMetricsCollector.java. But I didn't find it,
   How to get rocketmq_group_get_latency?
   
   


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
hdchen commented 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)
   


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



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

Posted by GitBox <gi...@apache.org>.
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-exporter] hdchen closed issue #82: no have rocketmq_group_get_latency #81

Posted by GitBox <gi...@apache.org>.
hdchen closed issue #82:
URL: https://github.com/apache/rocketmq-exporter/issues/82


   


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