projetPulumi/prometheus.yml
2024-12-07 13:11:08 +01:00

14 lines
250 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: ['localhost:8000']