You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
lshegll
pushed a commit
to lshegll/kafka-offset-exporter
that referenced
this issue
Mar 4, 2019
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 supportsgroup
,partition
,topic
Need to have support for all of the above as
labels
The text was updated successfully, but these errors were encountered: