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']