From 25045d4ff150dd684703088bc93d83c10d0ce92d Mon Sep 17 00:00:00 2001 From: AI-Agent Date: Sun, 7 Jun 2026 15:01:30 +0000 Subject: [PATCH] fix: update ROADMAP.md stale issue reference from #174 to #231 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #174 (Add VIN Decoder metrics instrumentation) is closed ✅. The live-cluster verification of VIN Decoder metrics/ServiceMonitor is now tracked by #231 (open). Closes leeworks-agents/api-company#233 --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index c2c1427..1b87ad2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -29,7 +29,7 @@ Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. Rapi - [ ] Gatus public status page at `status.leeworks.dev` — issue #8 - [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 +- [ ] Verify VIN Decoder metrics endpoint and ServiceMonitor scrape config — issue #231 - [x] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129 — closed ✅) - [x] VIN Decoder Gatus health check (issue #134 — closed ✅) - [x] Enable Alertmanager in kube-prometheus-stack + configure Slack receiver for SLO alerts (issue #210 — closed ✅)