feat(go): persist Python-compatible incidents
This commit is contained in:
parent
f85c2e831a
commit
538d1d954a
13 changed files with 555 additions and 46 deletions
|
|
@ -288,10 +288,12 @@ Exit criteria:
|
|||
journal JSONL. A bounded rotating JSONL copy provides isolated retained event
|
||||
history, and an atomic heartbeat gives external watchdogs a non-journal
|
||||
liveness signal. Bounded Python-schema-compatible JSON/text alert snapshots
|
||||
now provide truthful retained counts and basic process context. The Python
|
||||
service remains the production default until incident grouping, rich
|
||||
enrichment/assurance, management-console consumers, and broader subsystem
|
||||
parity land.
|
||||
now provide truthful retained counts and basic process context. A private,
|
||||
atomic `enodia.incident.v1` index now applies the shared lineage-first/time-
|
||||
window grouping, assigns real snapshot `incident_id` values, and persists
|
||||
correlation SID `100080`. The Python service remains the production default
|
||||
until rich enrichment/assurance, management-console consumers, and broader
|
||||
subsystem parity land.
|
||||
|
||||
## Backlog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue