Is there a way to configure kafka-connect jmx metrics to be captured using a jmx_exporter/prometheus?
问题 I'm setting up monitoring for Kafka connect in our Kafka ecosystem. I have enabled JMX exporter for kafka brokers and is working fine. Now I am trying to enable JMX exporter for kafka connect. However, it is a bit unclear where to start. I can only modify connect-distributed.sh to enable the change. Any pointers would be a great addition. kafka-run-class.sh was modified to enable jmx_exporter to emit jmx metrics on http://<host>:9304/metrics I expect kafka-connect to emit metrics on http://