mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-19 00:40:26 +08:00
增加DNS套餐相关API
This commit is contained in:
14
pkg/rpc/protos/models/model_server_domain_hourly_stat.proto
Normal file
14
pkg/rpc/protos/models/model_server_domain_hourly_stat.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 单个小时统计
|
||||
message ServerDomainHourlyStat {
|
||||
int64 serverId = 1;
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user