shaliz-kong commited on
Commit ·
0f51696
1
Parent(s): 07d80b8
refactored health
Browse files- app/routers/health.py +1 -1
app/routers/health.py
CHANGED
|
@@ -31,7 +31,7 @@ from app.service.llm_service import LocalLLMService, get_llm_service
|
|
| 31 |
from app.tasks.analytics_worker import get_worker_manager
|
| 32 |
from app.service.vector_service import VectorService
|
| 33 |
from app.mapper import health_check_mapper, MapperMetrics
|
| 34 |
-
from
|
| 35 |
from app.core.sre_logging import log_aggregator, emit_worker_log, emit_vector_log, emit_llm_log, emit_mapper_log, emit_deps_log
|
| 36 |
|
| 37 |
# Prometheus aggregation
|
|
|
|
| 31 |
from app.tasks.analytics_worker import get_worker_manager
|
| 32 |
from app.service.vector_service import VectorService
|
| 33 |
from app.mapper import health_check_mapper, MapperMetrics
|
| 34 |
+
from fastapi.responses import StreamingResponse, Response
|
| 35 |
from app.core.sre_logging import log_aggregator, emit_worker_log, emit_vector_log, emit_llm_log, emit_mapper_log, emit_deps_log
|
| 36 |
|
| 37 |
# Prometheus aggregation
|