From 2c5633a06c8213383fce65880a4f13ccdbde7b28 Mon Sep 17 00:00:00 2001 From: vprashar2929 Date: Mon, 21 Oct 2024 13:26:36 +0530 Subject: [PATCH] chore(compose): Disable idle power metrics in VM This patch disables the idle power metrics produced when Kepler is run on the VM Additionally this, patch also updates the version of golangci-lint in pre-commit-config.yaml to fix the failing pre-commit check Signed-off-by: vprashar2929 --- .pre-commit-config.yaml | 2 +- .../kepler/kepler.config/EXPOSE_ESTIMATED_IDLE_POWER_METRICS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4464a528f8..4a07cc209e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/golangci/golangci-lint - rev: v1.59.1 + rev: v1.61.0 hooks: - id: golangci-lint - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook diff --git a/manifests/compose/validation/vm/kepler/etc/kepler/kepler.config/EXPOSE_ESTIMATED_IDLE_POWER_METRICS b/manifests/compose/validation/vm/kepler/etc/kepler/kepler.config/EXPOSE_ESTIMATED_IDLE_POWER_METRICS index 27ba77ddaf..c508d5366f 100644 --- a/manifests/compose/validation/vm/kepler/etc/kepler/kepler.config/EXPOSE_ESTIMATED_IDLE_POWER_METRICS +++ b/manifests/compose/validation/vm/kepler/etc/kepler/kepler.config/EXPOSE_ESTIMATED_IDLE_POWER_METRICS @@ -1 +1 @@ -true +false