$ cnpm install @uyun/ec-metric-management
作者:李茜
管理策略
(依赖monitor-center R16.4X)
<MetricManagement />
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
type | 指标类型: 业务指标(business),应用指标(application), 运行指标(operating) | string | operating |
promission | 是否可以添加编辑指标 | bool | false |
treeData | 左侧资源树数据源, 参考左侧树数据格式 | array | [] |
[
{
name: "平台资源层",
code: "Platform Resource",
dataType: "layer",
children: [
{
name: "操作系统",
code: "os",
dataType: "layer",
children: [
{
name: "AIX",
code: "AIX",
dataType: "class",
children: []
},
...
],
...
},
...
],
...
}
]
Copyright 2013 - present © cnpmjs.org