global: scrape_interval: 15s evaluation_interval: 15s scrape_timeout: 10s scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['ce_prometheus:9090'] - job_name: 'kong' metrics_path: /metrics static_configs: - targets: ['ce_kong:8001'] - job_name: 'postgres' static_configs: - targets: ['ce_postgres_exporter:9187'] - job_name: 'rabbitmq' static_configs: - targets: ['ce_rabbitmq:15692'] - job_name: 'milvus' metrics_path: /metrics static_configs: - targets: ['ce_milvus:9091'] - job_name: 'redis' static_configs: - targets: - ce_redis_exporter:9121 - job_name: 'node_exporter' static_configs: - targets: ['10.10.10.9:9100'] - job_name: 'minio' metrics_path: /minio/v2/metrics/cluster static_configs: - targets: ['10.10.10.9:9000'] - job_name: 'docker' static_configs: - targets: ['10.10.10.9:9323']