sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.19k stars 184 forks source link

chore(compose): disable idle power in case of dev #1839

Closed vprashar2929 closed 3 weeks ago

vprashar2929 commented 3 weeks ago

This commit disables the idle power metrics in case of dev compose.

github-actions[bot] commented 3 weeks ago

🤖 SeineSailor

Here is a concise summary of the pull request changes:

Summary: This PR disables idle power metrics in the dev compose environment by setting EXPOSE_ESTIMATED_IDLE_POWER_METRICS to false. This change optimizes power consumption during development, with no impact on the external interface or behavior of the code.

Key Modifications:

Impact: This change has no effect on the code's external interface, behavior, or function signatures. It solely optimizes power consumption during development.

Observations/Suggestions: None, as this is a straightforward and isolated change with a clear purpose.