-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
JMX support for Spring Boot 3 applications #2189
Comments
Spring Boot Admin can only show what Spring Boot offers. To fix that
Besides that there is a bug in the frontend of Spring Boot Admin 3.0, so it does not show JMX menu entry even when the jolokia endpoint is available (e.g. on a Spring Boot 2.7 client application). We are currently fixing that. |
I think Jolokia works now on Spring Boot 3 if you add |
As Jolokia support has been dropped in Spring Boot 3, there is currently no easy way to access JMX feature in Spring Boot Admin.
Can this be in enhanced?
The text was updated successfully, but these errors were encountered: