You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting telemd as container or pod, it currently ignores to fetch cgroup network metrics of the daemon itself.
The reason is that due to the introduction of a custom /proc path, the daemon's PID is most likely not available anymore.
Solution: implement a way, such that the via env variable set /proc mount is parsed, as well as the /proc path in the container.
The text was updated successfully, but these errors were encountered:
When starting telemd as container or pod, it currently ignores to fetch cgroup network metrics of the daemon itself.
The reason is that due to the introduction of a custom /proc path, the daemon's PID is most likely not available anymore.
Solution: implement a way, such that the via env variable set /proc mount is parsed, as well as the /proc path in the container.
The text was updated successfully, but these errors were encountered: