kepler icon indicating copy to clipboard operation
kepler copied to clipboard

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...

Results 227 kepler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Checking "Pod Current Energy Consumption" on Grafana dashboard, CPU energy consumption of each pod is 0. Checking Prometheus, "pod_curr_energy_in_core_millijoule" of all pods are 0. "Total" and "DRAM"...

**Is your feature request related to a problem? Please describe.** Currently the prometheus metrics are not conforming with the [Prometheus metrics guideline](https://prometheus.io/docs/practices/naming/), and more details [here](https://prometheus.io/docs/instrumenting/writing_exporters/). The key rules that...

bug
enhancement

**Why this PR is needed?** Currently it is hard to understand all the prometheus metrics and even know which are the metrics that we are exporting... The metric naming is...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] https://github.com/sustainable-computing-io/kepler/pull/294#issuecomment-1278354596 I am very...

Deploying kepler in Kube/VMs with bcc libs not found on host instance, now that the panic is handled and kepler is running, the log message is misleading in that it...

**Describe the bug** A clear and concise description of what the bug is. running on VM env (Ubuntu) [getActiveCPUs](https://github.com/sustainable-computing-io/kepler/blob/main/pkg/collector/reader.go#L147) `klog.V(5).Infof("---activecpu---%d----%s", activeCPUs, ct.CPUTime)` I printed log like this after the line...

**Is your feature request related to a problem? Please describe.** Currently all metrics are exported. This will create a long list of metrics when there are many pods. **Describe the...

**Describe the bug** A clear and concise description of what the bug is. might be related to https://github.com/sustainable-computing-io/kepler/issues/259 in VM (VM running on BM, no kind) All logs indicate no...

**Is your feature request related to a problem? Please describe.** Current the kepler container image is built on main branch and the tag is latest. The tag is used in...

**Is your feature request related to a problem? Please describe.** Currently for consistency, all the system processes are classified as system processes Pod and in system namespace. This is a...