mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 21:40:28 +08:00
增加服务带宽统计
This commit is contained in:
13
pkg/rpc/protos/models/model_server_bandwidth_stat.proto
Normal file
13
pkg/rpc/protos/models/model_server_bandwidth_stat.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 带宽统计数据
|
||||
message ServerBandwidthStat {
|
||||
int64 id = 1;
|
||||
int64 serverId = 2;
|
||||
string day = 3;
|
||||
string timeAt = 4;
|
||||
int64 bytes = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user