Skip to content

subsystems 01 healthchecksui

Shaylen edited this page Apr 4, 2023 · 1 revision

Health Checks UI

Purpose

To provide a friendly interface to view the health status of the entire architecture

This subsystem has no dependencies and merely calls two endpoints on all the other subsystems to report its health status

Those endpoints are:

  • Liveness: A simple check on itself only to verify it's up
  • Health: The full health check that includes all configured dependencies
Clone this wiki locally