-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to export jmx metrics in cruisecontrol #1738
Comments
We have also tried to get JMX metircs for CruiseControl.
|
Is someone able to export JMX Metrics for Cruse-control as per given steps ? |
Not sure if this is still an issue, but if it still is, please make sure that you set/export
|
@efeg I have configured port
However, I am still not getting any metrics when I hit this port. Am I missing something? Any help would be really appreciated. Thank you. Cruise Control Version: |
Is the above issue resolved? |
I have tried all steps mentioned here https://github.com/linkedin/cruise-control#quick-start
but JMX is not getting configured. There is no data coming in the http://localhost:/kafkacruisecontrol/state (or http://localhost:\[port\]/kafkacruisecontrol/state
Run the following command ./gradlew jar copyDependantLibs ./kafka-cruise-control-start.sh [-jars PATH_TO_YOUR_JAR_1,PATH_TO_YOUR_JAR_2] config/cruisecontrol.properties [port] JAR files correspond to your applications and port enables customizing the Cruise Control port number (default: 9090). (Note) To emit Cruise Control JMX metrics on a particular port (e.g. 56666), export JMX_PORT=56666 before running kafka-cruise-control-start.sh
Any other option how we can configure it ?
The text was updated successfully, but these errors were encountered: