Sunil Thaha

Results 55 issues of Sunil Thaha

removing `detectEventPaths` from init will leave `eventPaths` uninitialized. can we call `detectEventPaths` in `once.Do` inside the functions which reads `detectEventPaths` _Originally posted by @vimalk78 in https://github.com/sustainable-computing-io/kepler/pull/1941#discussion_r1986631506_

Steps to reproduce on a Baremetal * deploy kepler * run a container that stresses the cpu * curl /metrics * grep for container_package_joules where container_id is not `system_processes` or...

Steps to reproduce on a Baremetal * deploy kepler * curl /metrics * grep for `node_package_joules` * grep for kepler_process_package_joules * sum the values of process * see if the...

Current config is hard to maintain and can be easily replaced with * https://github.com/spf13/viper * https://github.com/knadh/koanf * or something better.

### Setup Deploy latest kepler with `EXCLUDE_SWAPPER_PROCESS` set to true on a baremetal ``` kepler-1 | I1105 04:34:34.940824 939885 config.go:267] EXCLUDE_SWAPPER_PROCESS: true ``` ### Test * Compare increase in node-exporter-rapl...