feat(inputs.vsphere): Add cpu temperature field (#16109)
This commit is contained in:
parent
90c7ea2c9e
commit
b12eb5a60e
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -263,6 +263,7 @@ func init() {
|
|||
"Datastore": {"parent", "info", "customValue"},
|
||||
"ClusterComputeResource": {"parent", "customValue"},
|
||||
"Datacenter": {"parent", "customValue"},
|
||||
"HostNumericSensorInfo": {"parent", "temperature", "baseUnits"},
|
||||
}
|
||||
|
||||
containers = map[string]interface{}{
|
||||
|
|
|
|||
Loading…
Reference in New Issue