You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project history — Query container resource usage and lifecycle events over time with the moor_project_history MCP tool or the /api/projects/:id/stats/history API route.
Resource sampling — Moor now records CPU, memory, network, and block I/O metrics every 60 seconds, with automatic 30-day retention.
Docker event stream — Captures container lifecycle events (start, die, oom, kill, stop, restart) directly from Docker, so short-lived state changes are recorded rather than inferred from polling intervals.
Container correlation labels — Every moor-created container now carries sh.moor.project_id and sh.moor.project_name labels for consistent event attribution.
Fixes
moor_rebuild error reporting — The tool now surfaces actual error messages when /run fails before streaming output, instead of silently reporting "Rebuild complete" on validation errors or credential issues.