mattogodoy / omni

A very lightweight monitoring system for Raspberry Pi clusters running Kubernetes.
GNU General Public License v3.0
165 stars 9 forks source link

Pod specific statistics - probably a feature request #6

Open alarys opened 2 years ago

alarys commented 2 years ago

Hi,

I really like the light-weight nature of Omni. It was simple to install as well. I was like you, I tried to run Prometheus on my 3 pi k3s cluster, and while it would run for a day or so, it would soon crash no mater how many resources I gave to it.

Would it be possible to add pod-specific statistics to Omni? I'd like to be able to make sure that individual pods don't run out of disk space, and also see how much CPU they consume over time. I do have the Kubernetes dashboard installed, but I'd like the flexibility of setting up alerts etc.

Thanks!

P.S. it was awesome hooking up Omni to the influx free cloud service. I had no idea that existed, and its great for my small use-case!

mattogodoy commented 2 years ago

Thanks for your kind words!

I think this is a good idea. Sadly I don't have the time right now to implement it, but I'm open to accept pull requests if someone is willing to do it.