We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed84ada commit ff7edecCopy full SHA for ff7edec
metric/system/cgroup/util.go
@@ -483,7 +483,6 @@ func (r *Reader) ProcessCgroupPaths(pid int) (PathList, error) {
483
if r.cgroupsHierarchyOverride != "" {
484
path = r.cgroupsHierarchyOverride
485
}
486
- path = filepath.Clean(path)
487
488
//on newer docker versions (1.41+?), docker will do namespacing with cgroups
489
// such that we'll get a cgroup path like `0::/../../user.slice/user-1000.slice/session-520.scope`
0 commit comments