可以自行设定指标数据保留时间

This commit is contained in:
刘祥超
2022-03-28 09:37:48 +08:00
parent cd2212b754
commit 2872569ce0
7 changed files with 69 additions and 29 deletions

View File

@@ -46,6 +46,7 @@ func InitItem(parent *actionutils.ParentAction, itemId int64) (*pb.MetricItem, e
"category": item.Category,
"isPublic": item.IsPublic,
"countCharts": countCharts,
"expiresPeriod": item.ExpiresPeriod,
}
return item, nil
}