Add a new /api/metrics endpoint to the Flask diagnostic app that returns
basic runtime statistics. This will give developers a quick snapshot of
app performance without needing external monitoring tools. The endpoint
should be consistent with the existing /api/report and /api/health routes.
Acceptance criteria:
Add a new /api/metrics endpoint to the Flask diagnostic app that returns
basic runtime statistics. This will give developers a quick snapshot of
app performance without needing external monitoring tools. The endpoint
should be consistent with the existing /api/report and /api/health routes.
Acceptance criteria: