Collecting jmx metrics from zookeeper and kafka #8382
Unanswered
LORSfrom95
asked this question in
Q&A
Replies: 1 comment
-
Sounds like a duplicate to https://cloud-native.slack.com/archives/CMH3Q3SNP/p1681354792965239 I guess. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone! I'm trying to configure collecting jmx metrics for my kafka and zookeeper instances (deployed in kubernetes using strimzi). I added "metricsConfig:" and created configmap as in this (https://github.com/strimzi/strimzi-kafka-operator/blob/0.34.0/examples/metrics/kafka-metrics.yaml) example and addet "jmxOptions: {}" to my kafka resource. Is there anything else that must be done to collect jmx metrics? Do I have to manually deploy jmx exporter? Because I don't see them in prometheus (for ex: "zookeeper_quorumsize" query returns empty result)
Beta Was this translation helpful? Give feedback.
All reactions