Skip to content
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

/health/well is not exposed #12071

Closed
xstefank opened this issue Sep 14, 2020 · 2 comments · Fixed by #12073
Closed

/health/well is not exposed #12071

xstefank opened this issue Sep 14, 2020 · 2 comments · Fixed by #12073
Labels
Milestone

Comments

@xstefank
Copy link
Member

Describe the bug
In SR Health 2.2.2 we've introduced the experimental Wellness feature - https://github.com/smallrye/smallrye-health/releases/tag/2.2.2 that also introduced a new health endpoint -- /health/well which is not currently exposed by Quarkus. Please note that @Wellness annotated checks are still collected in the /health endpoint.

Expected behavior
/health/well is exposed.

Actual behavior
/health/well is returning 404.

To Reproduce
Steps to reproduce the behavior:

  1. Add simple @Wellness health check
  2. access /health
  3. access /health/well

reproducer - https://github.com/xstefank/quarkus-well-endpoint

@xstefank xstefank added the kind/bug Something isn't working label Sep 14, 2020
@quarkusbot
Copy link

/cc @jmartisk

@xstefank
Copy link
Member Author

I will also take this to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants