mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-08 16:10:26 +08:00
实现数据看板-DNS
This commit is contained in:
14
pkg/rpc/protos/models/model_ns_record_hourly_stat.proto
Normal file
14
pkg/rpc/protos/models/model_ns_record_hourly_stat.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NSRecordHourlyStat {
|
||||
int64 nsClusterId = 1;
|
||||
int64 nsNodeId = 2;
|
||||
int64 nsDomainId = 3;
|
||||
int64 nsRecordId = 4;
|
||||
int64 bytes = 5;
|
||||
int64 countRequests = 6;
|
||||
int64 createdAt = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user