{ "plan_id": "plan-20260123-163935-51ed67f4", "title": "Deploy Prometheus Monitoring", "description": "Deploy Prometheus for metrics collection from Spark cluster", "target": "localhost", "steps": [ { "action": "pull_image", "description": "Pull Prometheus image", "command": "docker pull prom/prometheus:latest" }, { "action": "create_config_dir", "description": "Create Prometheus config directory", "command": "mkdir -p /opt/agent-governance/agents/tier0-agent/workspace/prometheus" }, { "action": "run_container", "description": "Start Prometheus", "command": "docker run -d --name prometheus --network spark-net -p 9090:9090 prom/prometheus:latest" }, { "action": "verify", "description": "Verify Prometheus UI accessible", "command": "curl -s http://localhost:9090/-/healthy" } ], "rollback_steps": [ { "action": "stop_container", "command": "docker stop prometheus && docker rm prometheus" } ], "created_at": "2026-01-23T21:39:35.251841+00:00", "agent_id": "tier0-agent-001", "agent_tier": 0, "status": "approved", "requires_approval": true, "approved_by": "human-operator", "executed": true }