Add a Report or Diagnostic
Add a Report or Diagnostic
A diagnostic is visible system state: a backend collector reads one subsystem, a route serves it, and a frontend panel shows a status pill plus drill-down.
Pattern:
- Add one focused backend collector.
- Serve it through the existing diagnostics route shape.
- Add a frontend section with healthy, degraded, failing, and not-enough-data states.
- Add it to the high-level diagnostics flow so the summary remains complete.
The diagnostics page in packages/frontend/src/pages/diagnostics/+Page.tsx is
the frontend reference implementation.