Skip to content

Provide more flexible actuator support in Spring Boot 2.0 #10800

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

Closed
jgoldhammer opened this issue Oct 28, 2017 · 1 comment
Closed

Provide more flexible actuator support in Spring Boot 2.0 #10800

jgoldhammer opened this issue Oct 28, 2017 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@jgoldhammer
Copy link

The new actuator support in Spring Boot 2.0 is not flexible enough for the purposes I have.

Example:

Reasons:

  • the code directly uses httprequest and httpresponse. Actuator in 2.0 does not allow this AFAIK.
  • the code contains several endpoints in one actuator. Actuator in 2.0 does not support it.

Please revisit actuator support in Spring Boot 2.0 to increase the flexibility for developers.
BTW, you have made an exemption for the heapdumpwebendpoint and introduced a webendpointresponse to get access to the body and status. Maybe this is a good direction?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 28, 2017
@wilkinsona
Copy link
Member

Duplicate of #10257

@wilkinsona wilkinsona marked this as a duplicate of #10257 Oct 28, 2017
@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants