Huamin Chen

Results 225 comments of Huamin Chen

The next iteration will plan a plugin model so that new HW metrics collector can be developed independently. Let's use AC100 FEC as our first plugin for the exercise.

cpu time is calculated [here](https://github.com/sustainable-computing-io/kepler/blob/main/pkg/collector/reader.go#L284-L290) cc @marceloamaral

On VMs, the perf counters are not available, so the warning are a result of this environment. It would help if we add that info to the log.

The metric change will also impact dashboard @williamcaban @Feelas @sallyom

let's prioritize merge this one. @marceloamaral would you like to follow up with an option to turn on/off/enable metrics? That'll give us flexibility to meet multiple goals.

@sustainable-computing-io/reviewer any more feedback?

I did some rough tests and want to have some idea the cpu load and scrape latency if the metrics go into the conformance direction. I use node_exporter as a...

@akyriako thank you for the contribution! Can you break the PR into two? One for the k3d cluster, that is independent and can get merged quickly. The second is to...

I would think this requires at three changes: - A CLI flag to load and persist metrics - Functions that allow Kepler to load the last metrics upon start and...