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

What about the Readiness section ? #409

Open
agoncal opened this issue Oct 18, 2023 · 0 comments
Open

What about the Readiness section ? #409

agoncal opened this issue Oct 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@agoncal
Copy link
Collaborator

agoncal commented Oct 18, 2023

In the observability-healthcheck.adoc file, there is a section on Readiness that is totally commented.

//== Adding Readiness
//
//We've just created a simple liveness health check procedure which states whether our application is running or not.
//Here, we will create a readiness health check which will be able to state whether our application is able to process requests.

I think we commented it because we use a DatabaseConnectionHealthCheck that is now by default on Quarkus.

So it would be nice to have this readiness section but use something different than just checking the Database Connection

@agoncal agoncal added the documentation Improvements or additions to documentation label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant