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

Had a problem running this in a compute environment and also in one that doesn't support ipv6. I submitted a [pull](https://github.com/kawamuray/prometheus-kafka-consumer-group-exporter/pull/42) request that addresses this

Many exporters (such as [HAProxy exporter](https://github.com/prometheus/haproxy_exporter/blob/master/haproxy_exporter.go#L455)) supports a PID as CLI argument to also monitor the OS process. This is useful for example to see CPU usage and/or memory usage....

enhancement

Document in README that only new consumer API is supported (at the moment - PRs welcome!). See #14.

enhancement
help wanted

...or alternative ways to avoid having to parse the output. Are there Go clients we can use to extract the same group information, perhaps?

enhancement
help wanted