MSK metric SumOffsetLag - how it works?

0

Amazon MSK provides a metric named SumOffsetLag, described in the documentation as

The aggregated offset lag for all the partitions in a topic.

The question is how value of this metric is calculated with respect to the specific Kafka metrics. It could be either based on

1 回答
0

For SumOffsetLag, the aggregated offset lag for all the partitions in a topic. It is an offset-based lag and topic level to sum offset lag for all partitions in a topic.

The value of SumOffsetLag metrics with respect to the specific Kafka metrics is calculated based on consumer-lag-offsets and then it’s based on committed offsets

https://docs.confluent.io/platform/current/kafka/monitoring.html#consumer-lag-offsets

AWS
支持工程师
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则