Retrieval
Knowledge
Runbooks and historical incidents are retrieved as snippets with citation ids. Nothing is smuggled in from an unbounded local model. Overlap is lexical and scored; a pretty paragraph without a snippet is just prose.
data/knowledge/runbooks
Checkout latency runbook
If checkout-service shows a sustained latency spike, inspect upstream database saturation before blaming the edge.
payments SRE
data/knowledge/incidents
Historical incident corpus
Prior incidents are retrieved as snippets and attached as citations, not as free-form memory.
incident commanders
docs/grafana_context_ingestion.md
Grafana annotations
Dashboard annotations can be folded into retrieval so the model is not the only historian.
observability
data/knowledge/runbooks
Error-budget burn
When error rate exceeds 15× baseline in two consecutive buckets, page the owning service — not every downstream waiter.
SLO guild
data/knowledge/runbooks
Memory saturation
Memory anomalies paired with GC log bursts usually precede latency. Check heap dumps after containment, not before.
platform
data/knowledge/incidents
Dependency timeouts
A 2019 checkout outage taught us that gateway 504s are often the symptom. Rank origin with the graph, then write the handoff.
archive
data/knowledge/runbooks
Traffic disappearance
A sudden RPS drop with a quiet error ledger is often a bad deploy or a lost heartbeat, not a happy cache. Check availability first.
edge
data/knowledge/incidents
Ambiguous dual origin
When two services sit inside ambiguity_delta, keep both on the hypothesis. Do not force a single name for the exec summary.
incident commanders