Files
geointel/docs/OBSERVABILITY_PLAN.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

832 B

Observability Plan

Doel

GeoIntel moet tijdens lange AI/GIS-jobs duidelijk tonen wat er gebeurt.

Logcategorieën

  • Application logs: API requests, validatiefouten, service lifecycle.
  • Geospatial logs: raster metadata, CRS-detectie, clip/reproject/tiling, geometrievalidatie.
  • AI logs: model load, tile inference, merge, polygonization, filtering.
  • Job logs: queued, started, progress, completed, failed.

Correlation IDs

Elke job en API-call die een job start krijgt een correlation_id.

Minimale job events

queued, started, metadata_extracted, preprocessing_completed, inference_started, inference_completed, postprocessing_completed, persisted, completed, failed.

Frontend observability

De UI toont status, progress, laatste logregel, link naar details en foutmelding met herstelactie.