chore(infra): add llm-api to prometheus targets.yml (now exposes /metrics)

This commit is contained in:
Asep Haryana
2026-08-03 11:56:35 +07:00
parent 0c36007da4
commit cc8c3f1bf3
+4 -1
View File
@@ -11,4 +11,7 @@
labels:
service: gmw-backend
__metrics_path__: /api/metrics
# llm-api tidak expose /metrics (404) — dihapus dari target.
# llm-api expose /metrics sejak 2026-08-03 (feat metrics):
- targets: ['127.0.0.1:4010']
labels:
service: llm-api