Closed vprashar2929 closed 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:
true
with false
in kepler.config
for EXPOSE_ESTIMATED_IDLE_POWER_METRICS
in dev
compose environment.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.
This commit disables the idle power metrics in case of dev compose.