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

Prometheus exporter for Kafka topic and consumer group offsets

Results 6 kafka-offset-exporter issues
Sort by recently updated
recently updated
newest added

Hi, when i clone the code and build, it has the error,how i solve it? ``` kafka-offset-exporter-master]# go build kafka.go:11:2: cannot find package "github.com/Shopify/sarama" in any of: /usr/local/go/src/github.com/Shopify/sarama (from $GOROOT)...

Just to let you know, I decided to fork this repo and support it. You can find it at https://github.com/prune998/kafka-offset-exporter I already made 3 changes : - switched to `go...

Hi there, Your exporter is just the one I need, it exposes just the right thing ! My only concern is that I need to connect to the broker using...

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...

Added a Dockerfile and wrote in the readme how to build & run.