You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to read docker memory metrics from /sys/fs.
What worked previously on Ubuntu 18.04 and 20.04 doesn't work with latest ubuntu 22.04 and latest available docker: Docker version 20.10.17, build 100c701
Previously we were reading metrics from /sys/fs/cgroup/memory/docker/CONTAINER_ID/ and since now we have cgroup v2 then according to official documentation we should be reading those from: /sys/fs/cgroup/docker/CONTAINER_ID/ but /sys/fs/cgroup/docker doesn't exist.
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
I'm trying to read docker memory metrics from /sys/fs.
What worked previously on Ubuntu 18.04 and 20.04 doesn't work with latest ubuntu 22.04 and latest available docker: Docker version 20.10.17, build 100c701
Previously we were reading metrics from /sys/fs/cgroup/memory/docker/CONTAINER_ID/ and since now we have cgroup v2 then according to official documentation we should be reading those from: /sys/fs/cgroup/docker/CONTAINER_ID/ but /sys/fs/cgroup/docker doesn't exist.
root@srv01:/home/tuser# docker info | grep -i driver
Storage Driver: overlay2
Logging Driver: json-file
Cgroup Driver: systemd
The text was updated successfully, but these errors were encountered: