feat: add infrastructure status to health endpoint

This commit is contained in:
Mondo Diaz
2026-02-04 09:54:45 -06:00
parent 6e05697ae2
commit 170561b32a
2 changed files with 28 additions and 6 deletions

View File

@@ -493,6 +493,8 @@ class HealthResponse(BaseModel):
version: str = "1.0.0"
storage_healthy: Optional[bool] = None
database_healthy: Optional[bool] = None
http_pool: Optional[Dict[str, Any]] = None
cache: Optional[Dict[str, Any]] = None
# Garbage collection schemas