2025-12-03 21:56:50 +00:00
|
|
|
global:
|
|
|
|
|
scrape_interval: 15s
|
|
|
|
|
evaluation_interval: 15s
|
|
|
|
|
|
2026-02-23 18:54:55 +00:00
|
|
|
alerting:
|
|
|
|
|
alertmanagers:
|
|
|
|
|
- static_configs:
|
|
|
|
|
- targets: ['alertmanager:9093']
|
|
|
|
|
|
2025-12-03 21:56:50 +00:00
|
|
|
rule_files:
|
2026-02-22 16:36:07 +00:00
|
|
|
- "prometheus/alert_rules.yml"
|
2025-12-03 21:56:50 +00:00
|
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
|
- job_name: 'prometheus'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: ['localhost:9090']
|
|
|
|
|
|
|
|
|
|
- job_name: 'veza-backend'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: ['backend-api:8080'] # Use container name in same network
|
|
|
|
|
metrics_path: '/metrics'
|
|
|
|
|
|
|
|
|
|
- job_name: 'veza-stream'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: ['stream-server:8082'] # Use container name
|
|
|
|
|
metrics_path: '/metrics'
|