kubernetes/pkg/kubelet/stats
Kubernetes Submit Queue 8226973ae8
Merge pull request #52144 from andyxning/fix_network_value_for_stats_summary
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix network value for stats summary for multiple network interfaces

This PR is part of [Heapster #1788](https://github.com/kubernetes/heapster/pull/1788). 

The original reason is when there are more than one none `lo`, `docker0`, `veth` network interfaces instead of just one `eth0`, the network interface value is only partial and does not correct. For now, summary stats api only gets the eth0 network interface values.

The original issues about this can be find in [Heapster #1058](https://github.com/kubernetes/heapster/issues/1058) and [Cadvisor #1593](https://github.com/google/cadvisor/issues/1593).

```release-note
Fix stats summary network value when multiple network interfaces are available.
```

/cc @DirectXMan12 @piosz @xiangpengzhao @vishh @timstclair
2017-11-28 14:59:08 -08:00
..
BUILD Add pod-level metric for CPU and memory stats 2017-11-22 09:25:23 -08:00
cadvisor_stats_provider_test.go Add pod-level metric for CPU and memory stats 2017-11-22 09:25:23 -08:00
cadvisor_stats_provider.go Integrating cadvisor stats to CRI Pod stats collection 2017-11-22 22:48:37 -08:00
cri_stats_provider_test.go Modifying cri stats test cases 2017-11-22 22:48:43 -08:00
cri_stats_provider.go Integrating cadvisor stats to CRI Pod stats collection 2017-11-22 22:48:37 -08:00
helper_test.go
helper.go Merge pull request #52144 from andyxning/fix_network_value_for_stats_summary 2017-11-28 14:59:08 -08:00
stats_provider_test.go Merge pull request #52144 from andyxning/fix_network_value_for_stats_summary 2017-11-28 14:59:08 -08:00
stats_provider.go Fix imagefs stats. 2017-09-29 22:15:48 +00:00