Skip to content
Discussion options

You must be logged in to vote

AFAIK JMX is not based on HTTP. The jmxOptions configure the access to the broker using the Java JMX protocol and that is where the password should be needed.

The metrics endpoint you are accessing there with the curl http://localhost:9404/metrics is the JMX Exporter whihc takes the JMX metrics and exports them in Prometheus format as HTTP. That has no password protection. This is controlled by the metrics / metricsConfig fields.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@fsouza-bux
Comment options

Answer selected by fsouza-bux
Comment options

You must be logged in to vote
2 replies
@scholzj
Comment options

@ibyrktr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants