prometheus-kafka-consumer-group-exporter icon indicating copy to clipboard operation
prometheus-kafka-consumer-group-exporter copied to clipboard

Prometheus exporter for Kafka consumer group information obtained through `kafka-consumer-groups.sh`.

Results 14 prometheus-kafka-consumer-group-exporter issues
Sort by recently updated
recently updated
newest added

Hi... I am managing a 16 node cluster in which I have 3 Nodes for Kafka running with 2.10.0.9.0.1 and 3 Nodes with Zookeeper. I launched 2 Server Consoles for...

Hi Im using this plugin for a while, and it worked pretty well while I had small amount of consumers. Today, I added many other consumers and new topics and...

Running this exporter increase cpu utilisation to maximum. ./kafka_consumer_group_exporter --consumer-group-command-path=/home/ubuntu/kafka_2.12-0.10.2.0/bin/kafka-consumer-groups.sh localhost:9092 & Let me know , if i am missing anything here I tried running this exporter on 2 core...

if i try to run this exporter from another box. Metrics not fetched ./kafka_consumer_group_exporter --consumer-group-command-path=/home/ubuntu/kafka_2.12-0.10.2.0/bin/kafka-consumer-groups.sh 192.168.0.1:9092 Telnet on the host 192.168.0.1:9092 is connected

I have used this exporter for checking the consumer lag and realized that the lag information was not accurate reported in 0.0.1. I noticed the issue was already opened https://github.com/kawamuray/prometheus-kafka-consumer-group-exporter/issues/6...

bug

Contents: 1. Please give an example of the Kafka output. 2. Preferably, write a test for the output to parse it. Would help in cases like #51.

See https://github.com/apache/kafka/pull/4271.

enhancement

This would help in debugging why scraping is taking so long in #41.

enhancement

https://github.com/kawamuray/prometheus-kafka-consumer-group-exporter/blob/master/prometheus/collector.go#L74

enhancement

So as built the listener only listened on ipv6. I am running this as a mesos job and needed to have it listen on a ipv4 interface.