Hello, i am trying to expose the postgresql connector metrics of debezium server without using docker. I reviewed the code on Github (https://github.com/debezium/debezium/blob/2.0/debezium-server/debezium-server-core/src/main/java/io/debezium/server/DebeziumMetrics.java ). How can I access the metrics here? How can I expose and monitor Snapshot metrics and Streaming metrics in postgresql connector on Debezium server? I have installed debezium server (https://debezium.io/documentation/reference/stable/operations/debezium-server.html). I don't have kafka-server-start.sh file so and I couldn't find where to specify jmx-exporter.jar path and config.yaml file.
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/701dc0e0-b83b-4eab-a25a-6c6666aad07dn%40googlegroups.com.
Hello, i am trying to expose the postgresql connector metrics of debezium server without using docker. I reviewed the code on Github (https://github.com/debezium/debezium/blob/2.0/debezium-server/debezium-server-core/src/main/java/io/debezium/server/DebeziumMetrics.java ). How can I access the metrics here? How can I expose and monitor Snapshot metrics and Streaming metrics in postgresql connector on Debezium server? I have installed debezium server (https://debezium.io/documentation/reference/stable/operations/debezium-server.html). I don't have kafka-server-start.sh file so and I couldn't find where to specify jmx-exporter.jar path and config.yaml file.