Huamin Chen
Huamin Chen
@Feelas The metrics are still logged. But if you want to give it a spin, please run the previous (aka latest) kepler image, and patch the deployment to kick off...
@Feelas thanks for the detailed test! If you can submit a PR on the grafana name change, that'll be great.
sounds great @Feelas
keep this issue open till the dashboard and metrics are consistent
the dashboard picks up the latest metrics name now.
@marceloamaral here is the way from openshift [doc](https://docs.okd.io/latest/post_installation_configuration/machine-configuration-tasks.html#nodes-nodes-cgroups-2_post-install-machine-configuration-tasks) ``` you can verify that cgroups v2 is enabled by checking that the sys/fs/cgroup/cgroup.controllers file is present on the node. This file...
cc @metacosm, Christophe is working on the operator
thank you for reporting this issue. In your issue, it looks Kepler failed to resolve the pod and attributed all energy usage to the system process (i.e. using `system_process` as...
Thanks, I'll check a setup using containerd
turns out containerd on my setup has a different path pattern: ```console # kubectl describe pod nginx-7cd588b686-mkpzs |grep "Container ID" Container ID: containerd://286b15051ec43375190802e1f40562536980a8fd97e75bb89c7f2eec6f995f17 # find /sys/fs/cgroup/systemd/ -iname "*286b15051ec43375190802e1f40562536980a8fd97e75bb89c7f2eec6f995f17" /sys/fs/cgroup/systemd/system.slice/containerd.service/kubepods-burstable-poda3b200c9_db51_40b4_9d2d_53f8fdf80d7f.slice:cri-containerd:286b15051ec43375190802e1f40562536980a8fd97e75bb89c7f2eec6f995f17 ```...