We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accessing the /management/health/discoveryComposite endpoint returns a 404 Not Found error.
/management/health/discoveryComposite
404 Not Found
The endpoint is essential for monitoring the health of microservices and gathering information about service discovery.
http://localhost:8080/admin/docs
http://localhost:8080/management/health/discoveryComposite
application.yml
management.endpoints.web.exposure.include
8.8.0
The text was updated successfully, but these errors were encountered:
JHipster doesn’t provides service discovery in default configuration.
Sorry, something went wrong.
No branches or pull requests
Overview of the issue
Accessing the
/management/health/discoveryComposite
endpoint returns a404 Not Found
error.Motivation for or Use Case
The endpoint is essential for monitoring the health of microservices and gathering information about service discovery.
Reproduce the error
http://localhost:8080/admin/docs
http://localhost:8080/management/health/discoveryComposite
404 Not Found
Suggest a Fix [NOT SURE!]
application.yml
.management.endpoints.web.exposure.include
is properly configured.JHipster Version(s)
8.8.0
Browsers and Operating System
The text was updated successfully, but these errors were encountered: