Is your feature request related to a problem? Please describe
There is an issue where sometimes using lightweight k8 cgroup v1 or v2 - prefix may be there in front of the containerId - current implementation does not account for it.
Describe the solution you'd like to see
Will need to add a check ( regex to filter crio, crio-containerd and containers prefix before the containerId extraction
Is your feature request related to a problem? Please describe
There is an issue where sometimes using lightweight k8 cgroup v1 or v2 - prefix may be there in front of the containerId - current implementation does not account for it.
Describe the solution you'd like to see
Will need to add a check ( regex to filter crio, crio-containerd and containers prefix before the containerId extraction
Describe alternatives you've considered
Additional context