We would like to surface the per-job power/energy reading from Kepler to the user. Would you please let me know which module (file, function) we need to take a look at?
The Kepler (https://github.com/sustainable-computing-io/kepler) will read the per job(pod) power/energy consumption on the cluster, and export the info (time series) through the Prometheus exporter, but I was wondering what is the good approach to start with. Of course, the exporting period/data can change.
We would like to surface the per-job power/energy reading from Kepler to the user. Would you please let me know which module (file, function) we need to take a look at?
The Kepler (https://github.com/sustainable-computing-io/kepler) will read the per job(pod) power/energy consumption on the cluster, and export the info (time series) through the Prometheus exporter, but I was wondering what is the good approach to start with. Of course, the exporting period/data can change.
Any comments would be highly appreciated. Thanks!