Monitoring Alert Demo
Alert fires → Monitoring Engineer explains → incident created automatically.
Connect CloudWatch / Grafana / Dynatrace → alert ingestion → AI-explained → incident creation.
data flow
scenario architecture
CloudWatch/Grafana ──alert──▶ Monitoring Engineer
│
correlate with recent deploys
│
▼
incident createdService health dashboard
Per-service health computed across metrics + logs.
step 1 · preview
Service health dashboard
Per-service health computed across metrics + logs.
Why this step matters
Every demo step maps to a real platform surface — the route shown in the browser-chrome bar is the actual production path. The mock data here is illustrative; the architecture, kernels, and audit flow are real.
expected result
5xx-rate, latency, saturation per service.
engineering principle
Alert → incident promotion is a closed-union state machine, not a thresholded heuristic. The Monitoring Engineer correlates with recent deploys + config changes + logs joined on correlationId — no opaque ML model in the path.