优化看板

This commit is contained in:
刘祥超
2021-07-13 15:49:34 +08:00
parent 50d8a575a6
commit 4e84c7b376
8 changed files with 1172 additions and 523 deletions

View File

@@ -33,6 +33,8 @@ message UploadServerDailyStatsRequest {
int64 cachedBytes = 4;
int64 countRequests = 5;
int64 countCachedRequests = 6;
int64 countAttackRequests = 8;
int64 attackBytes = 9;
int64 createdAt = 7;
}
}