Merge pull request 'docs: mark Phase 4 metrics items as done in ROADMAP.md (closes #184)' (#185) from feature/roadmap-phase4-metrics-done-184 into main
Validate Flux manifests / kustomize-build (push) Failing after 8s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 39s

This commit was merged in pull request #185.
This commit is contained in:
2026-06-03 10:01:57 +00:00
+2 -2
View File
@@ -27,8 +27,8 @@ Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. Rapi
## Phase 4 — Monitoring
- [ ] Prometheus + Grafana via Flux HelmRelease (`flux/monitoring/`) — issue #7
- [ ] Gatus public status page at `status.leeworks.dev` — issue #8
- [ ] Instrument every API with `api_requests_total`, `api_response_duration_seconds`, `api_data_freshness_seconds` issue #27
- [ ] Add Prometheus metrics endpoint to holidays service (last remaining original API — closes #27 once merged) — issue #180
- [x] Instrument every API with `api_requests_total`, `api_response_duration_seconds`, `api_data_freshness_seconds` (issue #27 — closed ✅)
- [x] Add Prometheus metrics endpoint to holidays service (issue #180 — closed ✅)
- [ ] Verify VIN Decoder metrics endpoint and ServiceMonitor scrape config — issue #174
- [x] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129 — closed ✅)
- [x] VIN Decoder Gatus health check (issue #134 — closed ✅)