kafka_ex
kafka_ex copied to clipboard
Consumers not showing up on strimzi kafka grafana dashboard
Hi there,
My kafka consumers are not showing up on the strimzi kafka grafana dashboard but I can confirm they are consuming data without any issues. According to https://github.com/strimzi/strimzi-kafka-operator/discussions/5341#discussioncomment-3355975 Kafka Exporter decodes the commited consumer offsets from the __consumer_offsets topic
.
Do you know why consumers would maybe not show up? Is there some missing meta information/settings that I need to pass to my consumers so they commit the necessary information? Or any other idea how I can debug it?
Best regards, Dario