global: scrape_interval: 15s evaluation_interval: 15s external_labels: environment: local rule_files: - /etc/prometheus/rules/*.yml scrape_configs: - job_name: proxy-gateway static_configs: - targets: [gateway-a:9090, gateway-b:9090] - job_name: proxy-controller static_configs: - targets: [controller:9090] - job_name: proxy-checker static_configs: - targets: [checker:9090] - job_name: haproxy metrics_path: /metrics static_configs: - targets: [haproxy:8404]