You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
The following PR introduces multiple different metrics at a datacenter
level. It takes advantage of processing thats already done at the
cluster, host, vm, and datastore level in order to aggregate datacenter
level metrics.
```
- vcenter.datacenter.cluster.count status={red/green/yellow, gray}
- vcenter.datacenter.vm.count status={red/green/yellow, gray} power_state={on/off/suspended}
- vcenter.datacenter.datastore.count status={red/green/yellow, gray}
- vcenter.datacenter.host.count status={red/green/yellow, gray} power_state={on/off/standby/unknown}
- vcenter.datacenter.disk.space disk_state={used/available}
- vcenter.datacenter.cpu.limit
- vcenter.datacenter.memory.limit
```
**Link to tracking Issue:** #33607
**Testing:** <Describe what testing was performed and which tests were
added.>
Tested against a live environment to make sure all values matched up.
Golden testing files have been updated.
**Documentation:** <Describe the documentation added.>
All documentation was generated through mdatagen
0 commit comments