add FastApi实时性能监控

This commit is contained in:
jxxghp
2025-08-01 17:47:55 +08:00
parent 8ab233baef
commit 1dd3af44b5
10 changed files with 857 additions and 21 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ from typing import Optional, Dict, Any, List, Set, Callable
from pydantic import BaseModel, Field, root_validator
from app.schemas import MessageChannel, FileItem
from app.schemas.message import MessageChannel
from app.schemas.file import FileItem
class Event(BaseModel):