prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gemini2186 opened this issue · comments

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!

@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.