用户Dashboard中增加缓存、攻击相关信息

This commit is contained in:
GoEdgeLab
2023-01-08 11:49:30 +08:00
parent 5498f07140
commit 6e27127695
3 changed files with 349 additions and 291 deletions

View File

@@ -234,6 +234,11 @@ message ComposeUserDashboardResponse {
message DailyTrafficStat {
string day = 1;
int64 bytes = 2;
int64 cachedBytes = 3;
int64 attackBytes = 4;
int64 countRequests = 5;
int64 countCachedRequests = 6;
int64 countAttackRequests = 7;
}
message DailyPeekBandwidthStat {