Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exporter): do no enable estimated idle power by default (#276)
The 'idle' value refers to the total host idle power, which is not distributed among all the running VMs on the node. Consequently, each VM may wrongly double-count the host's idle time if there are multiple VMs on the same host. In public cloud environments, it is impractical to determine the number of running VMs on a node. This parameter is intended for use only one bare metal servers that rely on node power estimation because they do not provide real-time power metrics, or when there is only one VM running on the host for very specific scenarios. So, lets enable this setting through Kepler spec (new feature). Ref: sustainable-computing-io/kepler#973 (comment) Signed-off-by: Sunil Thaha <[email protected]>
- Loading branch information