missing-container-metrics icon indicating copy to clipboard operation
missing-container-metrics copied to clipboard

Prometheus exporter for container metrics cAdvisor won't give you

Results 19 missing-container-metrics issues
Sort by recently updated
recently updated
newest added

I am a big fan of Prometheus Operator. It would be great if it was possible to add a ServiceMonitor resource to the Helm Chart to configure scraping of this...

We segment our node groups with taints, and by default missing-container-metrics does not install on any nodes with taints. Adding the toleration ``` tolerations: - operator: Exists ``` Would ensure...

This adds toleration to daemonset that will allow it to run on all nodes, even those with taints.

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/

enhancement

Hello! We are observing what looks like a flood of `container_ooms` on many containers, which on inspection, mostly appear without restarts / OOMs. This seems to be caused by a...

`container_restarts` does not increment with `containerd`. The same test executed in a cluster with `docker` works fine. After looking at the code, I see there is no call to [start()](https://github.com/draganm/missing-container-metrics/blob/master/containerd/event_handler.go#L51-L56)...

Hello, With many major Linux distributions providing cgroupv2, I wanted to ask if there would be any changes that you might have to make with missing-container-metrics to get it working...

Hello, Would you please help provide multi-arch images? There was an earlier request for this and @cablespaghetti had provided it in a fork. I would rather not use a fork...

Hello Draganm, Thanks a lot for for project. I did'nt find the github source of your helm chart. Is it possible to add optional serviceMonitor section that will allow to...