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
This happens because the unix poller uses the /proc filesystem to gather metrics and when the unix poller is running in a container, it is unable to see the /proc file system of the other containers.
A potential workaround is to use privileged option in your docker-compose file.
Example
Note that the number of instances and metrics are zero.
The text was updated successfully, but these errors were encountered: