draganm / missing-container-metrics

Prometheus exporter for container metrics cAdvisor won't give you
MIT License
171 stars 31 forks source link

Add support for crio sockets #2

Open uberspot opened 3 years ago

uberspot commented 3 years ago

Hey :)

Very handy project! Would be cool to have support for tapping into /var/run/crio/crio.sock since docker and the dockershim will be deprecated after 1.20 k8s. https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/

draganm commented 3 years ago

Heya, I'm still trying to figure out OOMs in CRI-O ... but I've started working (got code on a branch in this repo) on containerd support. Think that might cover a lot of k8s users (definitely covers me using DO k8s).