mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 04:40:54 +08:00
增加当日统计接口
This commit is contained in:
15
pkg/rpc/protos/models/model_traffic_daily_stat.proto
Normal file
15
pkg/rpc/protos/models/model_traffic_daily_stat.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message TrafficDailyStat {
|
||||
int64 id = 1;
|
||||
string day = 2;
|
||||
int64 cachedBytes = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countRequests = 5;
|
||||
int64 countCachedRequests = 6;
|
||||
int64 countAttackRequests = 7;
|
||||
int64 attackBytes = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user