feat: 重构接口日志页面与接口监控看板,支持HTTP方法过滤和实时轮询

This commit is contained in:
liumangmang
2026-07-01 15:04:32 +08:00
parent 397a14c978
commit 8abfa4c5ef
19 changed files with 2463 additions and 37 deletions
+3
View File
@@ -15,6 +15,9 @@ class Settings(BaseSettings):
tz: str = "Asia/Shanghai"
# consecutive failures before upstream goes unhealthy
unhealthy_threshold: int = 3
# external API log retention
external_api_log_retention_days: int = 30
external_api_log_slow_ms: int = 3000
@property
def cors_origin_list(self) -> list[str]: