prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption
Apache License 2.0
3.05k stars 1.2k forks source link

How can I send metrics simultaneously for kafka metrics and for kafka connect #910

Open gemini2186 opened 9 months ago

gemini2186 commented 9 months ago

Can you help me? I have kafka cluster and i need to monitor Kafka brokers and Kafka Connect to Prometheus (and next in Grafana), what settings need to be made for the jmx_exporter? thank you!

dhoard commented 9 months ago

@gemini2186 You have to add the JMX Exporter agent to your processes (broker and Connect) along with configuration.

I would start with https://github.com/confluentinc/jmx-monitoring-stacks as a good example.