Files
headquarter/openspec/changes/container-monitoring-notifications/.openspec.yaml
T
alex 4a7f24348c feat: container monitoring backend core (PR-1)
- Add instance_events and health_checks tables with Alembic migration
- InstanceEventBus: typed pub/sub singleton with wildcard support
- HealthMonitor: async background loop polling containers every 15s
- SSE endpoint GET /events/stream with auth and connection limits
- Lifecycle hooks in tool_instances.py (create/start/stop/restart/delete)
- Structured JSON logging with correlation IDs
- 15 new unit tests (EventBus, HealthMonitor, MonitoringModels)

Quality gates: pytest 15 new passed, ruff clean
2026-05-29 10:25:00 +02:00

8 lines
265 B
YAML

change: container-monitoring-notifications
name: Container Monitoring and Notification System
description: |
Monitor Docker container start, health, and lifecycle events with proper
logging and a real-time notification system for users.
status: draft
tasks: []