global: scrape_interval: 3s scrape_configs: - job_name: 'prometheus' scrape_interval: 5s static_configs: - targets: ['prometheus:9090'] - job_name: 'docker' scrape_interval: 5s static_configs: - targets: ['host.docker.internal:9323'] - job_name: 'node resources' static_configs: - targets: ['node_exporter:9100'] params: collect[]: - cpu - meminfo - diskstats - netdev - netstat - job_name: 'node storage' static_configs: - targets: ['node_exporter:9100'] params: collect[]: - filefd - filesystem - xfs