ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.71k stars 270 forks source link

Monitoring Pod process using side car container #249

Open Nebhill opened 1 year ago

Nebhill commented 1 year ago

Hi all,

I have just configured the process-exporter to be used in side car in a kubernetes POD, the process-exporter works fine.unfortunately, I just realized that the export process only monitors the processes of its container, and not the processes of all containers (since the /proc directory is specific to each container). Have any of you ever used or configured this exporter in a sidecar? If so, how did you get around this problem?

Thanks Neb

Alex-wwei commented 10 months ago

Did you resolved ? how?