feature: Prometheus Metrics, Supervisor Dashboard, and Promotion Retry Job

This commit is contained in:
voltsrage
2026-06-27 13:29:04 +08:00
parent e22d33b654
commit 04bdb7e85c
31 changed files with 4482 additions and 259 deletions
+14
View File
@@ -0,0 +1,14 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: "vigilcare-records-api"
metrics_path: "/metrics"
static_configs:
- targets: ["host.docker.internal:5217"]
labels:
app: "vigilcare-records"
environment: "development"
scrape_interval: 10s
scrape_timeout: 5s