Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

File metadata and controls

11 lines (8 loc) · 572 Bytes

SDA Commons Server Healthcheck Example

This module presents an example application on how to create and register health checks.

The application introduces the InternalHealthCheckEndpointBundle to create the new endpoint with internal health check information only.

It registers one external health check, that checks another service, and an internal health check, that checks the state of a simple thread. The thread can be quit with a method call for testing reasons.