实现基本的监控终端管理

This commit is contained in:
GoEdgeLab
2021-09-08 19:35:28 +08:00
parent 72826efbd1
commit b64e22466d
18 changed files with 2654 additions and 458 deletions

View File

@@ -13,4 +13,5 @@ message ReportResult {
float costMs = 7;
string error = 8;
int64 updatedAt = 9;
string level =10;
}