P5: expose per-signal acquisition telemetry - #215
Merged
Conversation
masarray
marked this pull request as ready for review
August 18, 2026 03:33
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
P5 — Per-signal acquisition telemetry
Makes the P4 engine/runtime evidence directly usable by operators without moving IEC 61850 protocol policy into ARSAS.
Final state per selected signal
HybridReportPhysicalValidationTrackernow combines ARIEC planning evidence with the actual plan activation result and exposes one final row per signal:Each row retains acquisition kind, RCB, DataSet, dynamic-attempt state, runtime failure reason, explicit polling fallback reason, rollback attempted/succeeded, planning detail, and runtime activation detail.
Diagnostics UI
Adds an automatically refreshed
IEC 61850 signal acquisition evidencepanel above the existing communication journal. It shows final state, acquisition kind, dynamic attempt, exact reason, cleanup status, RCB, and DataSet per signal. Rows with failed dynamic/polling states are ordered first so exceptions are immediately visible.Snapshot counters
Adds final runtime counters for static-report signals, dynamic-report signals, dynamic-failed→polling signals, final polling signals, and pending signals while preserving the existing planning/physical-report counters.
Regression coverage
Covers successful static acquisition, successful dynamic acquisition, failed dynamic activation with rollback evidence, explicit engine skip to final polling, and diagnostics-panel projection.
ARIEC remains pinned to P4 PR #86 (
2a932e183931eb65c775fe01cf8a47bf8a9af458).