draganm / missing-container-metrics

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

Prometheus Operator Support and Change Socket Path #16

Open cablespaghetti opened 2 years ago

cablespaghetti commented 2 years ago

Fixes #7

Adds Prometheus Operator support so scraping and alerts can be managed through Kubernetes resources. Disabled by default so shouldn't affect existing installations.

I've also added the option to change the containerd path which is needed to run on Amazon Bottlerocket. Happy to move that to an separate PR if needed.

cablespaghetti commented 2 years ago

I've forked the repo and am hosting my own Helm repository with this change and #11 along with Github actions builds, for the time being. https://github.com/cablespaghetti/missing-container-metrics/tree/main/charts/missing-container-metrics

mimmus commented 2 years ago

Please merge this PR, it's useful