Matt Rink
Matt Rink
Just for context, I know an existing PR for these changes exists (https://github.com/Superbalist/laravel-prometheus-exporter/pull/15) however, it hasn't been updated to ensure that the existing tests pass so I opted to open...
Digging a little deeper into the source of `cgroup_path_resolver.cc` it looks to be the following line that is the issue: ``` // Different hosts may mount different cgroup dirs. Try...
I also get the same issue with different paths on Bullseye with RKE. A slightly older Kernel `5.10.0-13-amd64` and Kube `1.21.7` via using RKE 1.3. Interestingly the `/sys/fs/cgroup` directory looks...
Yup, we have the same issue in our ArgoCD. I think the issue here is that it is trying to enforce the default value, so it never appears in the...
Are there plans to try and support 4.x kernels again or should the minimum requirements listed in the readme be updated? > It uses eBPF to track container related events...
Given that Linux Kernel 4.19 is now in super long support and not having new features added I don't think support for 4.x kernels will be coming back. It'd be...
Sure, I'm happy to but can you confirm what the minimum Kernel is now, is it just 5.x or are the requirements deeper than that?