sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.19k stars 184 forks source link

chore(validator): remove idle power estimator in validator #1814

Closed rootfs closed 1 month ago

rootfs commented 1 month ago

Disabling idle power estimator caused validation test fail in this round. So we have to remove it from validator for now.

sthaha commented 1 month ago

@rootfs LGTM, could you please fix the pre-commit failure?

rootfs commented 1 month ago

@sthaha @vprashar2929 fixed lint, can you take a look? thx