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
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"):
The text was updated successfully, but these errors were encountered: