mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-21 04:05:56 +08:00
区域监控可以上传监控数据
This commit is contained in:
16
pkg/rpc/protos/models/model_report_result.proto
Normal file
16
pkg/rpc/protos/models/model_report_result.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ReportResult {
|
||||
int64 id = 1;
|
||||
string type = 2;
|
||||
int64 targetId = 3;
|
||||
string targetDesc = 4;
|
||||
int64 reportNodeId = 5;
|
||||
bool isOk = 6;
|
||||
float costMs = 7;
|
||||
string error = 8;
|
||||
int64 updatedAt = 9;
|
||||
}
|
||||
Reference in New Issue
Block a user