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
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Currently only metrics for incoming connections are being tracked.
This happens due to https://github.com/tsuru/bs/blob/master/metric/conntrack.go#L52 only reading IP/Ports from Metas[0] which tracks original connection IPs. If we want also to add metrics for incoming connections we need to read Metas[1] which tracks reply IPs so we can match the src reply IP with the container IP.