-
Hello, So I'm trying to use jmx metrics that are exposed from zookeeper and collect them with zk integration for datadog. I have also configured the the openmetrics integration with prometheus exporter which is supported from Kafka crd and it works like charm. When i try to use this though it doesn't collect and zookeeper specific metrics. Works: The only metrics im able to collect are these. My question is which metrics are exposed from this configuration?? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
The JMX access definitely won't be on port 2181 where you seem to point in your JSON but on port 9999. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I think the Prometheus metrics are all that is really needed. Also, keep in mind that you are not missing enabling TLS communication. As I said, this is not supported in Strimzi. You would need to hack mTLS security - e.g. steal and reuse the certificates of the Kafka brokers or similar component in order to pass the authentication. And if you decide to do it, you should properly understand what will DataDog do with the ZooKeeper cluster as it can do basically anything it wants with it as it is not just a metrics export.