Model Control Plane (MCP) Server

alerting: alertmanagers: - static_configs: - targets: null global: evaluation_interval: 15s scrape_interval: 15s rule_files: - memory_alerts.yml scrape_configs: - job_name: prometheus static_configs: - targets: - localhost:9090 - job_name: node-exporter static_configs: - targets: - node-exporter:9100 - job_name: cadvisor static_configs: - targets: - cadvisor:8080 - job_name: memory-stress-container metric_relabel_configs: - action: keep regex: memory-stress source_labels: - container_name metrics_path: /metrics static_configs: - targets: - cadvisor:8080 - job_name: k8s-simulator scrape_interval: 15s static_configs: - targets: - localhost:9091 - job_name: k8s-dummy-data scrape_interval: 15s static_configs: - targets: - host.docker.internal:9093