global: scrape_interval: 5s scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'backend-dev' metrics_path: /metrics static_configs: - targets: ['the-tip-top-backend-dev:4000'] - job_name: 'frontend-dev' metrics_path: /api/metrics static_configs: - targets: ['the-tip-top-frontend-dev:3000'] - job_name: 'node-exporter' static_configs: - targets: ['node-exporter:9100']