mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-26 04:50:24 +08:00
指标数据增加占比数据
This commit is contained in:
@@ -21,4 +21,15 @@ message MetricStat {
|
||||
NodeCluster nodeCluster = 30;
|
||||
Node node = 31;
|
||||
Server server = 32;
|
||||
|
||||
int64 sumCount = 40;
|
||||
float sumTotal = 41;
|
||||
}
|
||||
|
||||
// 需要上传的统计数据
|
||||
message UploadingMetricStat {
|
||||
int64 id = 1;
|
||||
string hash = 2;
|
||||
repeated string keys = 3;
|
||||
float value = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user