feat(inputs.vsphere): Add cpu temperature field (#16109)

This commit is contained in:
Dane Strandboge 2024-12-04 13:30:15 -06:00 committed by GitHub
parent 90c7ea2c9e
commit b12eb5a60e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -551,6 +551,8 @@ override the default query interval in the vSphere plugin.
* Power: energy, usage
* Datastore stats:
* Disk: Capacity, provisioned, used
* Numeric Sensor stats:
* CPU: temperature
For a detailed list of commonly available metrics, please refer to
[METRICS.md](METRICS.md)

View File

@ -263,6 +263,7 @@ func init() {
"Datastore": {"parent", "info", "customValue"},
"ClusterComputeResource": {"parent", "customValue"},
"Datacenter": {"parent", "customValue"},
"HostNumericSensorInfo": {"parent", "temperature", "baseUnits"},
}
containers = map[string]interface{}{