优化代码

This commit is contained in:
刘祥超
2022-03-28 08:48:35 +08:00
parent 59b93bfbe1
commit aebafacda2
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;
}