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