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
fix pod ID for kubernetes when using the systemd cgroup driver (#631)
When the systemd cgroup driver is used, cgroup paths will have hyphens (e.g. in pod UIDs)
escaped to underscores. When we're parsing cgroups, we must therefore unescape them.
refs elastic/apm#165
0 commit comments