Files
madbase/config/prometheus.yml
Vlad Durnea a66d908eff
Some checks failed
CI / podman-build (push) Has been cancelled
CI / rust (push) Has been cancelled
chore: full stack stability and migration fixes, plus react UI progress
2026-03-18 09:01:38 +02:00

11 lines
180 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'madbase'
static_configs:
- targets:
- 'worker:8002'
- 'system:8001'
- 'proxy:8000'