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
I have many containers communicating each-other.
Using cadvisor to get network container metrics, such as container_network_receive_bytes_total.
My issue is that my containers are using many ports to open sockets between them and communicate through them.
But cavisor sums all of them in order to produce the aforementioned metric.
How can I get ports granularity on network container metrics? I would like to filter on specific ports for example.
Thank you
The text was updated successfully, but these errors were encountered:
I have many containers communicating each-other.
Using cadvisor to get network container metrics, such as
container_network_receive_bytes_total
.My issue is that my containers are using many ports to open sockets between them and communicate through them.
But cavisor sums all of them in order to produce the aforementioned metric.
How can I get ports granularity on network container metrics? I would like to filter on specific ports for example.
Thank you
The text was updated successfully, but these errors were encountered: