Service page for diagnostics and ingestion monitoring. User-facing map controls remain minimal in Map.
Advanced controls (coverage diagnostics, source health, ingest backlog, QA exports) were moved out of the public map control to keep the map UI simple: only category checkboxes and basic show/hide actions.
v1 diagnostics parity shortcuts:
Visible registry of enabled/hidden behaviors and removal criteria.
/topos/api/v1/feature_flags /topos/api/v1/layers/resource_infra/map_ui_contract_statusp95 latency, 422/500 rate and payload size for map layer requests.
/topos/api/v1/layers/resource_infra/map_profile?hours=24Threshold guard for p95 latency and 422/500 rates.
/topos/api/v1/layers/resource_infra/map_profile_alerts?hours=24Shared summary for agent-layer + map-layer events.
/topos/api/v1/telemetry/summary?hours=24&top=20Single public report: coverage + sources + backlog + import diagnostics.
/topos/api/v1/layers/resource_infra/public_statusOperational gate: PASS/WARN/ALERT before enabling additional feature load.
/topos/api/v1/layers/resource_infra/stability_gate?hours=24Clear reasons why external imports did not load, with top corrective actions.
/topos/api/v1/layers/resource_infra/import_diagnostics?hours=168&limit=20Quick live snapshot from /layers/resource_infra/growth_timeline.
Live blocker counters and API-defined fix order from /layers/resource_infra/source_blockers.
Live risk/SLA snapshot from /layers/resource_infra/source_health.
Live triage list from /layers/resource_infra/coverage_backlog.
External expansion candidates from /layers/resource_infra/coverage_candidates.
Action plan synthesis from /layers/resource_infra/coverage_plan.
Current readiness/alerts/recommendations from /layers/resource_infra/ops_snapshot.
Staleness and missing-last-ok diagnostics from /layers/resource_infra/freshness.
Geometry quality diagnostics from /layers/resource_infra/geometry_quality.
Recent ingest execution quality from /layers/resource_infra/ingest_runs.
Recent ingestion failures from /layers/resource_infra/ingest_failures.
Duplicate-group diagnostics from /layers/resource_infra/qa_duplicates.
Quick parity verification for key diagnostics endpoints across /layers and /v1/layers.