mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-01 02:00:25 +08:00
实现公用的统计指标
This commit is contained in:
@@ -14,4 +14,5 @@ message MetricItem {
|
||||
int32 period = 7;
|
||||
string periodUnit = 8;
|
||||
string value = 10;
|
||||
bool isPublic = 11;
|
||||
}
|
||||
@@ -36,6 +36,7 @@ message CreateMetricItemRequest {
|
||||
int32 period = 5;
|
||||
string periodUnit = 6;
|
||||
string value = 7;
|
||||
bool isPublic = 8;
|
||||
}
|
||||
|
||||
message CreateMetricItemResponse {
|
||||
@@ -51,6 +52,7 @@ message UpdateMetricItemRequest {
|
||||
string periodUnit = 5;
|
||||
string value = 6;
|
||||
bool isOn = 7;
|
||||
bool isPublic = 8;
|
||||
}
|
||||
|
||||
// 查找单个指标信息
|
||||
|
||||
Reference in New Issue
Block a user