kafka-offset-exporter icon indicating copy to clipboard operation
kafka-offset-exporter copied to clipboard

Add missing labels support for consumer group

Open oded-dd opened this issue 6 years ago • 0 comments

When running: ./kafka-consumer-groups.sh --bootstrap-server 127.0.0.1:9092 --describe --group my-group-01 I am able to get all the following columns: TOPIC, PARTITION , CURRENT-OFFSET, LOG-END-OFFSET, LAG, CONSUMER-ID, HOST, CLIENT-ID

While kafka_offset_consumer only supports group, partition, topic Need to have support for all of the above as labels

oded-dd avatar May 08 '18 10:05 oded-dd