Summary
Prometheus is configured to scrape all 14 service targets at /metrics, but only Go and Java services expose a metrics endpoint. Node.js (Express) and Python (FastAPI) scrapes return 404.
Affected File
prometheus.yml:13-81
Impact
- Half of Prometheus scrape targets return 404 errors
- No metrics collected from Python and Node.js services
- Dashboards for these services show no data
- Alert rules referencing
http_requests_total are never triggered
Summary
Prometheus is configured to scrape all 14 service targets at
/metrics, but only Go and Java services expose a metrics endpoint. Node.js (Express) and Python (FastAPI) scrapes return 404.Affected File
prometheus.yml:13-81Impact
http_requests_totalare never triggered