46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
# E9.M2 — KpiDashboardsAndAlerting
|
|
|
|
## Summary
|
|
|
|
| Field | Value |
|
|
|--------|--------|
|
|
| **Module ID** | E9.M2 |
|
|
| **Epic** | [Epic 9 — LiveOps / Integrity](../epics/epic_09_liveops_integrity.md) |
|
|
| **Stage target** | Pre-production |
|
|
| **Status** | Planned (see [dependency register](module_dependency_register.md)) |
|
|
|
|
## Purpose
|
|
|
|
KPI aggregation, dashboards, trend alerts, and milestone gate signals built on [E9.M1 — TelemetryEventSchema](E9_M1_TelemetryEventSchema.md).
|
|
|
|
## Responsibilities
|
|
|
|
- Define `KpiDefinition` and `AlertThreshold`; emit `MilestoneGateSignal` for phase checklists.
|
|
|
|
## Key contracts
|
|
|
|
| Contract | Role |
|
|
|----------|------|
|
|
| `KpiDefinition` | Query + visualization binding. |
|
|
| `AlertThreshold` | Breach conditions. |
|
|
| `MilestoneGateSignal` | Pass/fail inputs for milestones. |
|
|
|
|
## Module dependencies
|
|
|
|
- **E9.M1** — TelemetryEventSchema.
|
|
|
|
## Dependents (by design)
|
|
|
|
- **E2.M4** — ProgressionPacingControls.
|
|
- **E3.M5** — EconomyBalancePolicy.
|
|
- **E9.M3** — LiveBalanceControlPlane.
|
|
|
|
## Related implementation slices
|
|
|
|
Epic 9 **Slice 2** — each prototype gate has at least one chart or query.
|
|
|
|
## Source anchors
|
|
|
|
- Master plan: [`neon_sprawl_vision.plan.md`](../../../neon_sprawl_vision.plan.md) — Epic 9.
|
|
- [Module dependency register](module_dependency_register.md)
|