Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-health-check


https://github.com/vert-x3/vertx-health-check

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

= Vert.x Health Check

image:https://github.com/vert-x3/vertx-health-check/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-health-check/actions/workflows/ci-5.x.yml"]
image:https://github.com/vert-x3/vertx-health-check/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-health-check/actions/workflows/ci-4.x.yml"]

This component provides a simple way to expose health checks. Health checks are used to express the current state
of the application in very simple terms: _UP_ or _DOWN_. The health checks can be used individually, or in
combination to Vert.x Web or the event bus.

This component provides a Vert.x Web handler on which you can register procedure testing the health of the application.
The handler computes the final state and returns the result as JSON.

http://vertx.io/docs/vertx-health-check/java/[Documentation]