指标数据增加总和数据

This commit is contained in:
GoEdgeLab
2021-07-01 10:39:42 +08:00
parent d04e3e4f39
commit df5f2278a4
7 changed files with 115 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ func (this *MetricItemDAO) ComposeItemConfig(tx *dbs.Tx, itemId int64) (*serverc
Category: item.Category,
Value: item.Value,
Keys: item.DecodeKeys(),
Version: types.Int(item.Version),
Version: types.Int32(item.Version),
}
return config, nil