omarsmak / kafka-consumer-lag-monitoring

Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
MIT License
50 stars 13 forks source link

Extend LAG Stats on consumer level #23

Closed brunmesco closed 4 years ago

brunmesco commented 4 years ago

We played a bit with your kafka consumer lag monitoring library and have been excited about it.

The only thing we are missing is data splited to consumer level. Sometimes only one consumer in a consumer group is lagging (for different reasons). With consolidated data per topic al lag is visible, although you don't see which consumer is lagging. In a clustered environment usually consumer groups are spread over different nodes and they can behave differently.

Very much appreciate if you consider this extension

thanks, Bruno

omarsmak commented 4 years ago

It has been added, will be released in 0.0.8

brunmesco commented 4 years ago

Cool! Thank you very much!

omarsmak commented 4 years ago

@brunmesco 0.0.8 has been released. Please give it a try and report any issues. Thanks

brunmesco commented 4 years ago

I've tested it and it works perfect! Thank you once again!