currently the container dashboards shows network stats (traffic and tcp conns) per container.
However inside of kubernetes all containers in the POD share the network, so if there are multiple containers in a POD they will all report the same values.
change the metric query to this (for "traffic IN"):
currently the container dashboards shows network stats (traffic and tcp conns) per container.
However inside of kubernetes all containers in the POD share the network, so if there are multiple containers in a POD they will all report the same values.
change the metric query to this (for "traffic IN"):