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

This commit is contained in:
刘祥超
2023-01-08 11:49:30 +08:00
parent f5bdf33618
commit b19c7f5aa6
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 {