优化代码

This commit is contained in:
GoEdgeLab
2022-03-28 08:48:35 +08:00
parent 86ae86332e
commit f5e66b2899
5 changed files with 174 additions and 121 deletions

View File

@@ -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;
}