Metrics available in JMX - Kafka Connect

Good afternoon friends, Where can I find the JMX metrics available for KAFKA Connect?

hi @Jack-USA

welcome :slight_smile:
did you check the following

https://docs.confluent.io/platform/current/connect/monitoring.html#use-jmx-to-monitor-kconnect

highly recommend the intro by @danicafine here

hth,
michael

I’m sorry, I was referring to Kafka CDC metrics. I need to export them via JMX, where can I find them?

which CDC connector?

for oracle cdc you might get them with

enable.metrics.collection

for ref:
https://docs.confluent.io/kafka-connectors/oracle-cdc/current/configuration-properties.html

I have an IBM DB2 database connected to an IBM Infosphere CDC, connected to a Kafka CDC and the Kafka CDC passes the data to a Mirror Maker. I need all the metrics from this Kafka CDC to export via JMX.

mmh
with Kafka CDC your mean the Kafka cluster?

could eleborate a bit ?

My understanding is

DB 2 —> infosphere CDC —> Kafka —> MM2 —> Kafka

correct?

Correct friend, that’s right.

ok I see
not fully aware of the possibilites for JMX on infosphere

but this might be of help

for kafka connect monitoring have a look at

general overview for JMX with Confluent Platform
https://docs.confluent.io/platform/current/connect/monitoring.html#use-jmx-to-monitor-kconnect

jmx monitoring example with Confluent platform

hth,
michael

Thank you friend, these links helped me.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.