Expand description
Evidence telemetry snapshots for runtime explainability overlays.
These snapshots provide a low-overhead, in-memory view of the most recent diff, resize, and budget decisions so demo screens can render cockpit views without parsing JSONL logs.
Structs§
- Budget
Decision Snapshot - Snapshot of the most recent budget decision.
- Conformal
Snapshot - Conformal evidence snapshot for budget decisions.
- Diff
Decision Snapshot - Snapshot of the most recent diff-strategy decision.
- Resize
Decision Snapshot - Snapshot of the most recent resize/coalescer decision.
Functions§
- budget_
snapshot - Fetch the latest budget decision snapshot.
- clear_
budget_ snapshot - Clear any stored budget snapshot.
- clear_
diff_ snapshot - Clear any stored diff snapshot.
- clear_
resize_ snapshot - Clear any stored resize snapshot.
- diff_
snapshot - Fetch the latest diff decision snapshot.
- resize_
snapshot - Fetch the latest resize decision snapshot.
- set_
budget_ snapshot - Store the latest budget decision snapshot.
- set_
diff_ snapshot - Store the latest diff decision snapshot.
- set_
resize_ snapshot - Store the latest resize decision snapshot.