Add committed offset metric per CG and partition#255
Add committed offset metric per CG and partition#255tkornai wants to merge 2 commits intoredpanda-data:masterfrom
Conversation
Add a new committed offset metric per consumer group and per partition that can be used to judge if consumers are making progress on all partitions or if there is a poison pill on any of them. Please let me know if exporting these metrics should be configurable.
Offset resets can decrease its value.
|
Hey @tkornai , My concern is that adding this metric could increase the partition cardinality quite a lot (depending on groups & partition count of course). |
|
Hi! We have a case, where we need such metric: If there was a metric for committed offset per CG and partition we can use it to alert if there is a lag in partition and committed offset for this partition stays still |
Add a new committed offset metric per consumer group and per partition that can be used to judge if consumers are making progress on all partitions or if there is a poison pill on any of them.
Please let me know if exporting these metrics should be configurable.