-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support cgroup2 for docker integration #7865
Comments
Same happens in Debian 11. |
is there a workaround yet? |
Looks like #9121 started some of the work on this, but it's yet to be fully integrated, if I'm reading the code and PR discussion correctly. |
Hello, yes, I've been told in internal ticket, that 7.33 should have improvements on this. Let's wait for it |
Well, 7.33 is here and it still doesn't support this. |
in 7.33 docker stats metrics are available though container. (not docker. anymore)
|
Hmm, I suppose it's no surprise that it doesn't work with the docker dashboard (which is a shame), but it doesn't work with the "containers" view as well (https://app.datadoghq.com/containers). |
+1 here, having the same problem. Does not show up in the containers view or the docker view. |
Same, this issue is still ongoing. Ubuntu 21.10 on a raspberry pi 4b, Docker + Container metrics are not present in Datadog. |
Describe what happened:
Docker integration fails to detect cgroup mount for cgroup2:
It is mounted though as
cgroup2
filesystem type:Suspect it is because of this line only checking for
cgroup
filesystem type:datadog-agent/pkg/util/containers/providers/cgroup/cgroup_detect.go
Line 121 in e081bed
Describe what you expected:
Expect it to work with cgroup2 🙌
Steps to reproduce the issue:
Setup the docker agent with a system using cgroup2.
Additional environment details (Operating System, Cloud provider, etc):
Fedora 33, Podman 3.0.1
The text was updated successfully, but these errors were encountered: