Add system metrics snapshot

This commit is contained in:
2026-02-08 00:02:34 +03:00
parent 5f3c9184b1
commit d3572c6005
6 changed files with 106 additions and 4 deletions

View File

@@ -5,3 +5,4 @@ LOG_FILTER_PENDING: Dict[int, dict] = {}
UPDATES_CACHE: Dict[int, dict] = {}
ARCANE_CACHE: Dict[int, dict] = {}
REBOOT_PENDING: Dict[int, dict] = {}
METRICS_STORE = None