Esta fase conecta estructural truth (GitNexus) con runtime truth (Prometheus/SLO/Triage).
Objetivo
Section titled “Objetivo”- Detectar cuándo un hotspot topológico se convierte en riesgo operacional real.
- Priorizar incidentes por blast radius + evidencias + SLO.
Inputs
Section titled “Inputs”- Graph reasoning (
/runtime/graph/*) - SLO (
/runtime/slo/*,/slo/health) - Triage (
/runtime/triage/*) - Alerting (Prometheus
ALERTS)
Output esperado
Section titled “Output esperado”- Correlation score por módulo/dominio.
- Explicación (por qué correlaciona).
- Recomendaciones bounded y no destructivas.
flowchart LR GN[GitNexus] --> C[Correlation Engine] SLO[SLO] --> C T[Triage] --> C A[Alerts] --> C C --> P[Prioritized actions (safe by default)]