Production Health
Production service health monitoring
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | productionhealth.wasmserver.com | production-health-wui.jar | danger_jarfile |
| url | url://productionhealth/ | production-health-server.jar | unknown |
Repositories
| Repository | Layer | Description |
|---|---|---|
| ProductionHealthApi | api | API interfaces and client library |
| ProductionHealthEmbedded | embedded | Embedded health check execution engine |
| ProductionHealthServiceServer | serviceserver | Service server running health checks |
| ProductionHealthWui | wui | Web UI dashboard for health status |
Depends on
ContainerNursery— Hosts the service server (`production-health-server.jar`)Google Cloud Run— Hosts the WUI (`production-health-wui.jar`)All monitored services— Production Health checks the availability of other hosted services
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
production-health-server.jaris deployed to ContainerNursery, accessible via the internalurl://productionhealth/route.production-health-wui.jaris deployed to ContainerNursery, serving the dashboard atproductionhealth.wasmserver.com.
Health Checks
https://productionhealth.wasmserver.com- WUI availabilityurl://productionhealth/- Internal service server availability
Notes
- Production Health follows the standard layered architecture: API (interfaces) -> Embedded (logic) -> Service Server (hosting) -> WUI (dashboard).
- The service server runs automated health checks on a schedule against all registered services.
- The WUI provides a dashboard view of current health status, historical uptime, and alerting.
Read at commit 45ba0b30ed3b