- Fix RSS metric: replace peak `ru_maxrss` with current RSS via `process_rss_mb()` - Add `query_snapshots_aggregated()` with SQLite time-bucket GROUP BY to eliminate multi-worker zigzag oscillation in trend charts - Add Worker Memory Guard panel (GaugeBar + 6 StatCards) to dashboard - Add Pareto Materialization panel (stats grid + fallback reasons table) - Fix Redis memory trend to display in MB instead of raw bytes - Restore 14 accidentally deleted migration JSON config files - Fix 44 pre-existing test failures: mock targets, redirect expectations, filter params, navigation baselines Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
928 B
JSON
22 lines
928 B
JSON
{
|
|
"in_scope": [
|
|
{ "route": "/wip-overview", "category": "report" },
|
|
{ "route": "/wip-detail", "category": "report" },
|
|
{ "route": "/hold-overview", "category": "report" },
|
|
{ "route": "/hold-detail", "category": "report" },
|
|
{ "route": "/hold-history", "category": "report" },
|
|
{ "route": "/reject-history", "category": "report" },
|
|
{ "route": "/resource", "category": "report" },
|
|
{ "route": "/resource-history", "category": "report" },
|
|
{ "route": "/qc-gate", "category": "report" },
|
|
{ "route": "/job-query", "category": "report" },
|
|
{ "route": "/tables", "category": "report" },
|
|
{ "route": "/excel-query", "category": "report" },
|
|
{ "route": "/query-tool", "category": "report" },
|
|
{ "route": "/mid-section-defect", "category": "report" },
|
|
{ "route": "/admin/pages", "category": "admin" },
|
|
{ "route": "/admin/performance", "category": "admin" }
|
|
],
|
|
"deferred": []
|
|
}
|