projetPulumi/prometheus.yml
2024-12-05 08:49:06 +01:00

14 lines
266 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'postgres_exporter'
static_configs:
- targets: ['postgres_exporter:9187']
- job_name: 'pg_stat_statements'
static_configs:
- targets: ['postgres_metrics_exporter:8000']