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?
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