优化看板

This commit is contained in:
GoEdgeLab
2021-07-13 15:49:34 +08:00
parent e3c1395eaa
commit 8ef3592381
8 changed files with 1172 additions and 523 deletions

View File

@@ -12,4 +12,6 @@ message ServerDailyStat {
int64 countRequests = 6;
int64 countCachedRequests = 7;
int64 createdAt = 4;
int64 countAttackRequests = 8;
int64 attackBytes = 9;
}