"instant": true,
"interval": "",
"intervalFactor": 1,
- "legendFormat": "{{vim_account_id}}",
+ "legendFormat": " {{vim_name}} / {{vim_account_id}}",
"refId": "A"
}
],
"expr": "count(max(osm_vm_status{project_id=\"$project_id\"}) by (ns_name))",
"instant": true,
"refId": "A"
+ },
+ {
+ "expr": "count(max(vm_status_extended{project_id=\"$project_id\"}) by (ns_name))",
+ "instant": true,
+ "refId": "B"
}
],
"thresholds": "0.1,1000",
"intervalFactor": 1,
"legendFormat": "NS {{nsr_id}}",
"refId": "A"
+ },
+ {
+ "expr": "count(vm_status_extended{project_id=\"$project_id\"}) by (ns_name)",
+ "format": "time_series",
+ "instant": true,
+ "interval": "",
+ "intervalFactor": 1,
+ "legendFormat": "NS {{ns_name}}",
+ "refId": "B"
}
],
"timeFrom": null,
"intervalFactor": 1,
"legendFormat": "NS {{nsr_id}} - VNF {{vnf_member_index}} - VDU {{vdur_name}}",
"refId": "A"
+ },
+ {
+ "expr": "min(vm_status_extended{project_id=\"$project_id\"}) by (ns_name)",
+ "format": "table",
+ "instant": true,
+ "interval": "",
+ "intervalFactor": 1,
+ "legendFormat": "NS {{ns_name}} - VNF {{vnf_member_index}} - VDU {{vdu_name}}",
+ "refId": "B"
}
],
"timeFrom": null,
"intervalFactor": 1,
"legendFormat": "{{nsr_id}} - {{vdur_name}}",
"refId": "A"
+ },
+ {
+ "expr": "vm_status_extended{project_id=\"$project_id\"}",
+ "format": "time_series",
+ "instant": false,
+ "interval": "",
+ "intervalFactor": 1,
+ "legendFormat": "{{nsr_id}} - {{vdu_name}}",
+ "refId": "B"
}
],
"thresholds": [],