Why does the psutil CPU tracker not work in Google Cloud Run?
I’m currently working on a Tracker of CPU & RAM in python using psutil. I’ve made some tries a locally and everything appers to work fine, however, when I deploy to Google Cloud Run, the tracker is not able to track the usage of CPU, the RAM’s tracker still working, but, I don’t get the reason of this problem