diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index eea7b58c..74c5c151 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -20579,6 +20579,32 @@ PYTHONPATH=. DATABASE_URL='postgresql+asyncpg://test:test@localhost/test' /Users 64 passed in 0.63s ``` +**production deploy / smoke(完成)**: + +```text +commit = 23fc499b feat(telegram): extract incident refs from callback buttons +deploy marker = 0172d3cf chore(cd): deploy 23fc499 [skip ci] + +kubectl rollout status deploy/awoooi-api -n awoooi-prod -> successfully rolled out +kubectl rollout status deploy/awoooi-web -n awoooi-prod -> successfully rolled out + +production image: + awoooi-api = 192.168.0.110:5000/awoooi/api:23fc499b974df880f81c46d7174930115121a1c4 + awoooi-web = 192.168.0.110:5000/awoooi/web:23fc499b974df880f81c46d7174930115121a1c4 + +production pod smoke: + _outbound_source_envelope(sendMessage, button detail/history:INC-20260525-A1B2C3) + incident_ids = INC-20260525-A1B2C3 + button_prefix = detail + raw_callback_leaked = False + +GET /api/v1/health: + status = degraded + api/postgresql/redis/openclaw/signoz = up + ollama = degraded; primary unavailable; fallback active: ollama_gcp_b + route_order = ollama_gcp_a -> ollama_gcp_b -> ollama_local +``` + **目前整體進度**: - AwoooP 告警可觀測鏈:約 99.60%。