Files
cicd/playbooks/roles/metrics/files/prometheus.yml
2025-07-20 14:53:12 +03:00

15 lines
305 B
YAML

global:
scrape_interval: 5s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: [ 'localhost:9090' ]
- job_name: 'nginx'
static_configs:
- targets: ['nginx-exporter:9113']
- job_name: 'postgres'
static_configs:
- targets: ['postgres-exporter:9187']