Skip to main content

Module evidence_telemetry

Module evidence_telemetry 

Source
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§

BudgetDecisionSnapshot
Snapshot of the most recent budget decision.
ConformalSnapshot
Conformal evidence snapshot for budget decisions.
DiffDecisionSnapshot
Snapshot of the most recent diff-strategy decision.
ResizeDecisionSnapshot
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.