infra/monitoring/prometheus/prometheus.yml
2026-03-26 17:30:29 -04:00

30 lines
697 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'mystic-infrastructure'
static_configs:
- targets: ['100.109.59.41:9100']
labels:
instance: 'mystic-database'
role: 'database'
env: 'prod'
- targets: ['100.120.171.124:9100']
labels:
instance: 'mystic-passwords'
role: 'vault'
env: 'prod'
- targets: ['100.98.158.31:9100']
labels:
instance: 'mystic-git'
role: 'git'
env: 'prod'
- targets: ['100.80.179.128:9100']
labels:
instance: 'mystic-cloud'
role: 'monitoring'
env: 'prod'