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
When running coroot-node-agent directly on an EC2 instance thats part of an ECS cluster, the following message is spammed: W0905 11:42:31.320648 1826000 registry.go:305] failed to read proc cgroup: unknown container: /ecstasks.slice/ecstasks-[UID].slice/docker-[UID].scope
This seems to stem from the fact that the prefix matching is hardcoded and doesn't match ecstasks.slice:
When running
coroot-node-agent
directly on an EC2 instance thats part of an ECS cluster, the following message is spammed:W0905 11:42:31.320648 1826000 registry.go:305] failed to read proc cgroup: unknown container: /ecstasks.slice/ecstasks-[UID].slice/docker-[UID].scope
This seems to stem from the fact that the prefix matching is hardcoded and doesn't match
ecstasks.slice
:coroot-node-agent/cgroup/cgroup.go
Lines 130 to 172 in 8f1ee26
The text was updated successfully, but these errors were encountered: