未验证 提交 2e8a8966 编写于 作者: qd_lm's avatar qd_lm 提交者: GitHub

rdb资源数量统计接口增加容器和交换机 (#383)

* rdb 资源cate分类统计接口

* 代码调节

* rdb:rabbitmq资源操作名称统一

* rdb控制台资源统计增加交换机,弹性云服务器
Co-authored-by: Nalickliming <alickliming@didi.global.com>
上级 f9b3db40
......@@ -358,7 +358,7 @@ type nodeResourcesCountResp struct {
}
func renderNodeResourcesCountByCate(c *gin.Context) {
needSourceList := []string{"physical", "virtual", "redis", "mongo", "mysql"}
needSourceList := []string{"physical", "virtual", "redis", "mongo", "mysql", "container", "sw"}
nodeId := urlParamInt64(c, "id")
node := Node(nodeId)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册