Kafka connect exposing jmx metrics #8477
hafizmujadidKhalid
started this conversation in
General
Replies: 1 comment 4 replies
-
I think you are mixing two different things:
So you would normally pick one. If you want metrics, we recommend Prometheus over JMX -> so you can remove the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello lovely Strimzi community!
I have deployed kafka connect using strimzi and that works undoubtedly. Now, I am trying to enable monitoring for kafka connect cluster. I read jmxOptions can be enabled it. I did it but I can't access any metric on the 9999 port of the kafka-connect pod.
Here is my yaml configuration:
The pod looks fine from strimzi operator logs and kafka connect logs. But still I can't see any metrics. I entered into kafkaconnect pod and executed the
curl localhost:9999/metrics command
. It says connection refused. I don't have any Prometheus yet. Am I missing something? Do I need to install something else? ThanksBeta Was this translation helpful? Give feedback.
All reactions