mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-14 21:06:34 +08:00
优化代码
This commit is contained in:
@@ -13,6 +13,7 @@ message MetricItem {
|
||||
repeated string keys = 6;
|
||||
int32 period = 7;
|
||||
string periodUnit = 8;
|
||||
int32 expiresPeriod = 12;
|
||||
string value = 10;
|
||||
bool isPublic = 11;
|
||||
}
|
||||
@@ -35,6 +35,7 @@ message CreateMetricItemRequest {
|
||||
repeated string keys = 4;
|
||||
int32 period = 5;
|
||||
string periodUnit = 6;
|
||||
int32 expiresPeriod = 9;
|
||||
string value = 7;
|
||||
bool isPublic = 8;
|
||||
}
|
||||
@@ -50,6 +51,7 @@ message UpdateMetricItemRequest {
|
||||
repeated string keys = 3;
|
||||
int32 period = 4;
|
||||
string periodUnit = 5;
|
||||
int32 expiresPeriod = 9;
|
||||
string value = 6;
|
||||
bool isOn = 7;
|
||||
bool isPublic = 8;
|
||||
|
||||
Reference in New Issue
Block a user