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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南