apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.46k stars 947 forks source link

[Question] Support Kafka Admin monitor #2538

Open zhangshenghang opened 1 month ago

zhangshenghang commented 1 month ago

Question

@tomsun28

Kafka monitoring is now based on JMX, but we don't have JMX enabled in the actual work scenario. I want to get kafka-related information through kafka admin. This will introduce kafka-clients dependency in the collector module. Is this allowed? If it is feasible, I will complete it.

zhangshenghang commented 1 month ago

Because many projects in actual work use cloud services, they do not enable JMX permissions for users.

tomsun28 commented 4 weeks ago

👍 great, it is a better way