chore(observability): acknowledge SigNoz feature evidence

This commit is contained in:
ogt
2026-07-15 01:10:25 +08:00
parent 0523af6bfc
commit b02bc98c73
3 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
**已跑驗證**
- SigNoz / OTEL / Event Exporter / API config 聚焦回歸:`43 passed`;其中 canonical route migration 為 `9 passed`。ruff、py_compile、四支 shell `bash -n`、canonical route preflight、三份 Kubernetes server dry-run、runner pressure guard、Gitea secret transport guard 與 `git diff --check` 通過。
- Gitea feature evidence commit `0523af6bfc9572f1822daef7277ace80d79cb1bb` 已由 SSH exact ref 回讀;這只完成 feature 層 durable acknowledgementmain / CD / production / KM writeback 仍是獨立 pending。
- 先前 route-specific log replay 已驗證 `.120/.121` HTTP `200`、ClickHouse exact marker `1`、15 秒 queue / failure delta `0`;本次三訊號 direct verifier不把該結果誤宣稱成 producer canary。
- bridge rollback 後 `.120/.121 -> .188:24318` 回 HTTP `200`legacy cron 已恢復live user-systemd unit 已移除 / disabled。

View File

@@ -89,6 +89,9 @@ controlled_apply_contract:
repository_refs:
- docs/LOGBOOK.md
- ops/signoz/organization-canonical-route-migration.yaml
durable_gitea_feature_acknowledgement: pass
gitea_feature_branch: codex/p0-obs-002-20260715
gitea_feature_evidence_commit: 0523af6bfc9572f1822daef7277ace80d79cb1bb
durable_gitea_main_acknowledgement: pending
km_rag_mcp_playbook_acknowledgement: pending

View File

@@ -123,6 +123,18 @@ def test_three_signal_snapshot_keeps_synthetic_parity_separate_from_promotion()
assert snapshot["route_parity_terminal"] == "pass"
assert snapshot["program_terminal"] == "partial_degraded"
assert snapshot["controlled_apply_contract"]["learning_writeback"]["status"] == "partial"
assert (
snapshot["controlled_apply_contract"]["learning_writeback"][
"durable_gitea_feature_acknowledgement"
]
== "pass"
)
assert (
snapshot["controlled_apply_contract"]["learning_writeback"][
"durable_gitea_main_acknowledgement"
]
== "pending"
)
assert snapshot["promotion"]["authorized"] is False
assert snapshot["production_mutations"]["active_route_changed"] is False
assert snapshot["production_mutations"]["secret_read"] is False