Open it

Routes

ProtocolAddressJARProvider
httpsproductionhealth.wasmserver.comproduction-health-wui.jardanger_jarfile
urlurl://productionhealth/production-health-server.jarunknown

Repositories

RepositoryLayerDescription
ProductionHealthApiapiAPI interfaces and client library
ProductionHealthEmbeddedembeddedEmbedded health check execution engine
ProductionHealthServiceServerserviceserverService server running health checks
ProductionHealthWuiwuiWeb UI dashboard for health status

Depends on

Documentation Edit this page

Production Health

Production service health monitoring system that runs automated health checks against all hosted services. Follows the standard layered architecture pattern with API, embedded, service server, and WUI layers.

Architecture

     +----------------------------------+
     |     Production Health WUI        |
     | productionhealth.wasmserver.com  |
     |   production-health-wui.jar      |
     |          (Cloud Run)             |
     +----------------+-----------------+
                      |
     +----------------v-----------------+
     |  Production Health Service Server |
     |      url://productionhealth/      |
     |   production-health-server.jar    |
     |       (ContainerNursery)          |
     +----------------+-----------------+
                      |
     +----------------v-----------------+
     |     Production Health Embedded    |
     |    (Health Check Execution)       |
     +----------------+-----------------+
                      |
     +----------------v-----------------+
     |   Production Health API           |
     |   (Client Library / Interfaces)   |
     +----------------------------------+

Dependents

None directly. Production Health is a monitoring-only service that observes other services.

Deployment

Health Checks

Notes

Read at commit 45ba0b30ed3b