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
|
* Power: energy, usage
|
||||||
* Datastore stats:
|
* Datastore stats:
|
||||||
* Disk: Capacity, provisioned, used
|
* Disk: Capacity, provisioned, used
|
||||||
|
* Numeric Sensor stats:
|
||||||
|
* CPU: temperature
|
||||||
|
|
||||||
For a detailed list of commonly available metrics, please refer to
|
For a detailed list of commonly available metrics, please refer to
|
||||||
[METRICS.md](METRICS.md)
|
[METRICS.md](METRICS.md)
|
||||||
|
|
|
||||||
|
|
@ -263,6 +263,7 @@ func init() {
|
||||||
"Datastore": {"parent", "info", "customValue"},
|
"Datastore": {"parent", "info", "customValue"},
|
||||||
"ClusterComputeResource": {"parent", "customValue"},
|
"ClusterComputeResource": {"parent", "customValue"},
|
||||||
"Datacenter": {"parent", "customValue"},
|
"Datacenter": {"parent", "customValue"},
|
||||||
|
"HostNumericSensorInfo": {"parent", "temperature", "baseUnits"},
|
||||||
}
|
}
|
||||||
|
|
||||||
containers = map[string]interface{}{
|
containers = map[string]interface{}{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue