How to enable jmx options on zookeeper for datadog #6686
Unanswered
shanmukha511
asked this question in
Q&A
Replies: 1 comment 6 replies
-
TBH, I'm not really sure what are you asking for. The docs describe how can you enable JMX. The resource snippet you shared is not properly formatted, so it is hard to say if you have it correct. But JMX is a socket where you connect with the client. There is not much to see with You should also double check if it is supported on your version - since you seem to use fairly old version of Strimzi and JMX support for ZooKeeper had been added only later - IIRC it was some time after the Kafka support. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
i have added jmxoptions under zookeeper in kafka.yaml .But after deployed i was not able to see in process .I need to send zookeeper metrics to datadog.Is there any way to do it?
kafka.yaml
zookeeper:
replicas: 3
jmxOptions: {}
Expected behavior
A clear and concise description of what you expected to happen.
it has to show jmx attributes wn we do ps -ef on zookeeper nodes.
Environment (please complete the following information):
YAML files and logs
Attach or copy paste the custom resources you used to deploy the Kafka cluster and the relevant YAMLs created by the Cluster Operator.
Attach or copy and paste also the relevant logs.
Beta Was this translation helpful? Give feedback.
All reactions