-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pods with Containerd containers not showing up on cAdvisor metrics #2666
Comments
It looks like those metrics haven't been implemented for containerd: Docker: https://github.com/google/cadvisor/blob/master/container/docker/handler.go#L168 Containerd: https://github.com/google/cadvisor/blob/master/container/containerd/handler.go#L175 |
hi, |
In addition to that, "container_memory_swap" show value 0 for the containers on containerd nodes. However, the swap is configured and many containers use it. |
@bobbypage is it implemented recently with other fs metrics? |
is this a duplicate of #2785? That one has a PR linked, but was created at a later point in time, not sure which one you want to close. |
I have the same issue. could someone please help me to check whether this is fixed in some version or am I missing something? |
We recently updated some of our containers to work with containerd, and we noticed that the following cAdvisor metrics do not return any pods working with containerd
container_fs_** (other than container_fs_read_** and container_fs_write_**) return 0 pods with containerd on them.
attaching issue opened for containerd
The text was updated successfully, but these errors were encountered: