Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-health-check
https://github.com/vert-x3/vertx-health-check
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-health-check
- Owner: vert-x3
- License: apache-2.0
- Created: 2017-03-13T16:28:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:02:28.000Z (3 months ago)
- Last Synced: 2024-11-08T15:33:46.613Z (3 months ago)
- Language: Java
- Size: 257 KB
- Stars: 14
- Watchers: 22
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Vert.x health check - Allows for remote health checking in Vert.x projects. (Development Tools)
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]