danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.1k stars 602 forks source link

Kafka Producer Metrics are only showing internal topics data #365

Open srijita-mallick opened 1 year ago

srijita-mallick commented 1 year ago

We have enabled Kafka Exporter metrics for our cluster. When I query kafka topic metrics like kafka_topic_partitions, it shows the respective data for all topics. But when I query kafka producer metrics like kafka_producer_producer_topic_metrics_record_send_rate, , it shows the data for only internal topics. Below is the screenshot for same -

Screenshot 2023-02-02 at 9 11 56 AM

Do I have to add something more in the config for exporter or jmx?

orlandoburli commented 1 year ago

Take a look at this PR, see if this documentation changes helps you.

srijita-mallick commented 1 year ago

Thanks! I'll try to test it out