-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Move all actuator beans under /application
#6886
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
Comments
Don't we have |
Should we prefix to avoid path collisions with the actual application, like |
Is another property really necessary? |
@cah-andrewfitzgerald
I didn't say it should be a new one :) Hopefully we can use |
Context path can be configured via `management.context-path`. Fixes spring-projectsgh-6886
Reopening to update the docs. |
The current situation of many top-level actuator URLs makes many things hard (security being the most obvious). It would be better to move them all under a single location, e.g:
/application/health
/application/metrics
/application/env
/application/beans
etc.
The text was updated successfully, but these errors were encountered: