Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container dashboard should show a single network stat for each pod #34

Open
woodsaj opened this issue Mar 7, 2017 · 1 comment
Open
Assignees
Labels

Comments

@woodsaj
Copy link
Contributor

woodsaj commented Mar 7, 2017

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"):

groupByNode(perSecond(snap.$cluster.$node.intel.docker.$namespace.$pod.POD.stats.network.*.rx_bytes), 6, 'sum')
@daniellee daniellee self-assigned this Mar 7, 2017
@daniellee daniellee added the bug label Mar 7, 2017
@toddams
Copy link

toddams commented Jan 14, 2018

Any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants