|
All checks were successful
PR build (required check) / changes (pull_request) Successful in 10s
secrets-guard / encrypted (pull_request) Successful in 9s
shell-lint / shellcheck (pull_request) Successful in 10s
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / build-frontend (pull_request) Successful in 1m11s
PR build (required check) / build-backend (pull_request) Successful in 1m41s
PR build (required check) / gate (pull_request) Successful in 3s
ProdWebContainerSilent and ProdWorkerContainerSilent alert on Docker container-stdout volume, which isn't a valid liveness signal for either role: web's real access logging lives in the file-tailed app-json source, not stdout, and worker's stdout is unconditionally dropped by Alloy's own relabel rule. Both fired for hours against a healthy prod. Give web and worker a real audit.log_heartbeat() beat, same pattern the subscription notifier already uses, tagged daemon=ROLE and unguarded across every uvicorn worker/replica (a beat is a single local file append, nothing like the notifier's leader-election cost). Observability alert rules to consume this land separately. |
||
|---|---|---|
| .. | ||
| test_api.py | ||
| test_gzip.py | ||
| test_heartbeat.py | ||
| test_homepage.py | ||
| test_lake_app.py | ||
| test_request_logging.py | ||
| test_role.py | ||