Checking the health of Java microservices by using Eclipse MicroProfile Health Check
Learn how to report and check the health of microservices with MicroProfile Health. Discover how to use MicroProfile Health to monitor the status of your microservices and take necessary actions. Ensure the availability and readiness of your services with MicroProfile’s comprehensive checks.
At a Glance
Explore how to report and check the health of a microservice with MicroProfile Health.
You will learn how to use MicroProfile Health to report the health status of microservices and take appropriate actions based on this report.
A service checks its own health by performing necessary self-checks and then reports its overall status by implementing the API provided by MicroProfile Health. A self-check can be a check on anything that the service needs, such as a dependency, a successful connection to an endpoint, a system property, a database connection, or the availability of required resources. MicroProfile offers checks for both liveness and readiness.
User Reviews
Be the first to review “Checking the health of Java microservices by using Eclipse MicroProfile Health Check”
You must be logged in to post a review.


There are no reviews yet.