KafkaConnector Debezium Postgres connector metrics #9118
-
Hi, We are using Debezium Postgres source connectors in our setup that providers JMX metrics. We were hoping to be able to configure a I believe that the property doesn't exist because not all connectors support JMX. Any advice on how we can export Prometheus metrics for our connectors? If it matters, we are mostly interested in the java.* & jvm.* metrics to tune the resource usage. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
KafkaConnector does not result in any JVM or Pod to be started. It is just an object inside the Kafka Connect cluster. So the metrics are configured in the KafkaConnect custom resource. |
Beta Was this translation helpful? Give feedback.
KafkaConnector does not result in any JVM or Pod to be started. It is just an object inside the Kafka Connect cluster. So the metrics are configured in the KafkaConnect custom resource.