Skip to content

Conversation

simplesteph
Copy link
Contributor

@simplesteph simplesteph commented May 20, 2025

Just getting this warning message about metrics, any idea how to configure / check Conduktor to fix this and have the metrics properly enabled? Through env variables or configs within Conduktor. Thanks!

image

CDK_CLUSTERS_0_COLOR: "#0013E7"
CDK_CLUSTERS_0_BOOTSTRAPSERVERS: "PLAINTEXT://kafka1:19092"
# CONSOLE_JAVA_OPTS: "-XX:UseSVE=0"
CDK_CLUSTERS_0_JMXPORT: "9999"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 JMX props are not being used by Conduktor (either not exposed by the provider or in production).

This visual warning means no monitoring solution were found (which is not expected as creating a poor user experience as we show many graphs). As you can see in the official get-started, we add a "cortex" container (a prometheus basically, to hold the monitoring metrics and be able to query it) https://releases.conduktor.io/quick-start
Adding the container in this docker file would remove the warning.

@simplesteph simplesteph changed the title Add Kafka KRaft mode support with Conduktor and JMX integration Add Kafka KRaft mode support with Conduktor Aug 13, 2025
@sderosiaux sderosiaux merged commit a63e616 into conduktor:master Aug 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants