feat: add event-boundary timing instrumentation for PoW - #5
Open
vitrixLab wants to merge 1 commit into
Open
Conversation
vitrixLab
marked this pull request as ready for review
August 17, 2026 11:57
Owner
Author
|
GE / RAV — PoW Evidence-Boundary Test Downgrading this from a proposed PR-level governance artifact to a controlled PR comment test. RAV scope: comment/evidence behavior only.
Result: PASS — INFORMATIONAL / EVIDENCE-BOUNDARY TEST
This PoW demonstrates the governance/evidence-handling process independently; it does not represent upstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This draft PR implements the Phase 4 PoW timing instrumentation for AIOpsLab without changing the existing
TTD,TTL,TTA, orTTMresult semantics yet.What changed
EvaluationTimingwith explicit lifecycle events:fault_occurreddetection_completedlocalization_completedanalysis_completedmitigation_completedsubmit()alone as proof of mitigation.Why
The current session duration is a useful legacy measurement but does not encode the lifecycle boundaries needed for research-aligned timing metrics. This PR establishes the event provenance first so a later metric-migration PR can safely reclassify timing fields after all task types and no-op cases are covered by regression tests.
Compatibility
Existing metric fields are intentionally preserved. Historical session-duration results are not rewritten or relabeled by this PR.
Validation
mainand has no merge/rebase/reset effects.Follow-up
The next PoW step should add task-level integration tests for the event boundaries, especially mitigation-oracle completion and no-op problems, before changing the semantics of the existing metric fields.