save checkpoint
This commit is contained in:
40
docs/features/checked/web/signals-runtime-dashboard.md
Normal file
40
docs/features/checked/web/signals-runtime-dashboard.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Signals & Runtime Dashboard
|
||||
|
||||
## Module
|
||||
Web
|
||||
|
||||
## Status
|
||||
VERIFIED
|
||||
|
||||
## Description
|
||||
Runtime signals dashboard showing per-host probe health and ingestion metrics for eBPF/ETW/dyld telemetry, including provider/status summaries and refresh interaction.
|
||||
|
||||
## Implementation Details
|
||||
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/signals/`
|
||||
- **Route**: `/ops/signals` via `signals.routes.ts`
|
||||
- **Component**:
|
||||
- `signals-runtime-dashboard` (`src/Web/StellaOps.Web/src/app/features/signals/signals-runtime-dashboard.component.ts`)
|
||||
- **Service/model wiring**:
|
||||
- `signals-runtime-dashboard.service` (`src/Web/StellaOps.Web/src/app/features/signals/services/signals-runtime-dashboard.service.ts`)
|
||||
- `signals-runtime-dashboard.models` (`src/Web/StellaOps.Web/src/app/features/signals/models/signals-runtime-dashboard.models.ts`)
|
||||
- **Focused tests**:
|
||||
- `src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.component.spec.ts`
|
||||
- `src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.service.spec.ts`
|
||||
|
||||
## Verification
|
||||
- Date: 2026-02-10
|
||||
- Run artifacts: `docs/qa/feature-checks/runs/web/signals-runtime-dashboard/run-001/`
|
||||
- Tier results:
|
||||
- `tier0-source-check.json`: pass
|
||||
- `tier1-build-check.json`: pass
|
||||
- `tier2-e2e-check.json`: pass
|
||||
|
||||
|
||||
## Recheck (run-002)
|
||||
- Date (UTC): 2026-02-10
|
||||
- Status: VERIFIED (replayed)
|
||||
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145.
|
||||
- Tier 2 evidence: docs/qa/feature-checks/runs/web/signals-runtime-dashboard/run-002/tier2-e2e-check.json.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user