Обновления проекта

This commit is contained in:
2025-10-30 22:12:40 +03:00
parent d0677b0503
commit f8712ad195
23 changed files with 72 additions and 67 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ async def test_monitoring_integration():
try:
# Тест 1: Проверка импорта модулей
print("\n📦 Тест импорта модулей...")
from core.monitoring import MetricsCollector, structured_logger
from core.alerts import AlertManager
from metrics.monitoring import MetricsCollector, structured_logger
from metrics.alerts import AlertManager
from core.config import Config
print("✅ Все модули импортированы успешно")