Kafka Producer Metrics are only showing internal topics data #8023
Answered
by
scholzj
srijita-mallick
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Feb 2, 2023
Replies: 1 comment 1 reply
-
Not sure I got you right. Strimzi and the Kafka Exporter or the JMX Prometheus agent in the Kafka operands monitor only them. They do not collect any metrics from your Kafka clients. So what exactly do you expect to see there? I guess what you see are the producers which are part of the operands and these are obviously mostly using internal topics only. If you want to monitor your own producers or consumers, you need to configure monitoring for them. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
srijita-mallick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure I got you right. Strimzi and the Kafka Exporter or the JMX Prometheus agent in the Kafka operands monitor only them. They do not collect any metrics from your Kafka clients. So what exactly do you expect to see there? I guess what you see are the producers which are part of the operands and these are obviously mostly using internal topics only. If you want to monitor your own producers or consumers, you need to configure monitoring for them.