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

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.18.0. Commits 360f961 unix: add API for fsconfig system call 7ff74af unix: drop go version tags for unsupported versions 6b4eab5 unix: suppress ENOMEM errors from...

dependencies
go

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.110.1 to 2.120.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.30 (Take 2) What's Changed textlogger: allow caller to override stack unwinding by...

dependencies
go

we have lots of duplicate code blocks in CI for image build. - base image - image with tag as dgcm - validation image - image for PR build as...

### What happened? The metric "kepler_container_bpf_net_tx_irq_total" only shows "zero" for all containers and pods. ### What did you expect to happen? I expected non-zero values similarly to the network transmit...

kind/bug

### What happened? run the following command ``` $ podman run -it --rm --entrypoint /bin/bash quay.io/sustainable_computing_io/kepler:latest-dcgm [root@614b25af39dd /]# kepler I0227 06:33:48.397548 12 gpu.go:47] Trying to initialize GPU collector using dcgm...

kind/bug

### What happened? When Kepler deployed using `latest` image on OCP 4.14(VM) it reports higher metric values. Attached is a screenshot of a comparison between metric values reported by two...

kind/bug

### What happened? When Kepler deployed using Operator on VM for metrics like `kepler_node_core_joules_total` it shows source as `rapl` even if `rapl` is not available. Attached screenshot for reference: ![Screenshot...

kind/bug

The purpose of this PR Support is to support external power source: HMC referred in https://github.com/sustainable-computing-io/kepler/issues/644. Starting IBM Z 16, LPAR level power metrics is exposed and available. The golang...

### What would you like to be added? Update local estimator to support other curvefit function introduced in kepler-model-server ### Why is this needed? To expand choice of modeling on...

kind/feature