实现公用的统计指标

This commit is contained in:
刘祥超
2021-07-19 15:22:49 +08:00
parent 8fd93ffbbe
commit 587cd4484a
4 changed files with 114 additions and 81 deletions

View File

@@ -14,4 +14,5 @@ message MetricItem {
int32 period = 7;
string periodUnit = 8;
string value = 10;
bool isPublic = 11;
}