增加网站每日独立IP统计

This commit is contained in:
GoEdgeLab
2024-04-12 18:52:15 +08:00
parent a194d6b7f5
commit 58e508c8e3
7 changed files with 191 additions and 146 deletions

View File

@@ -154,6 +154,8 @@ message ComposeServerStatBoardResponse {
int64 dailyPeekBandwidthBytes = 2; // 当天带宽峰值
int64 monthlyPeekBandwidthBytes = 3; // 当月带宽峰值
int64 lastMonthlyPeekBandwidthBytes = 4; // 上个月带宽峰值
int64 dailyCountIPs = 9; // 当天独立IP
int64 dailyTrafficBytes = 10; // 当天流量
int32 bandwidthPercentile = 7;
repeated ServerBandwidthStat minutelyBandwidthStats = 1; // 分钟级的带宽统计