拆分系统监测模块并统一运维化文案

This commit is contained in:
Cheng Zhou
2026-06-11 11:06:59 +08:00
parent b7484c8e01
commit 1886765db8
21 changed files with 222 additions and 143 deletions
+4 -4
View File
@@ -218,7 +218,7 @@ export interface HealthResponse {
cache_stats: CacheStatsResponse;
}
// 权限监控 - 访问日志
// 系统监测 - 访问日志
export interface AccessLogItem {
id: string;
study_id: string;
@@ -293,7 +293,7 @@ export interface SecurityAccessLogsResponse {
items: SecurityAccessLogItem[];
}
// 权限监控 - 趋势数据
// 系统监测 - 趋势数据
export interface TrendDataPoint {
bucket_time: string;
total_checks: number;
@@ -312,7 +312,7 @@ export interface TrendsResponse {
data_points: TrendDataPoint[];
}
// 权限监控 - 被拒绝最多
// 系统监测 - 被拒绝最多
export interface TopDeniedItem {
endpoint_key: string;
role: string;
@@ -349,7 +349,7 @@ export interface IpLocationsResponse {
items: IpLocationStatItem[];
}
// 权限监控 - 统计摘要
// 系统监测 - 统计摘要
export interface StatsSummaryResponse {
total_logs: number;
today: {