kubernetes/pkg/kubelet/stats
abhi 84b0e82db4 Integrating cadvisor stats to CRI Pod stats collection
This commit addresses the issue described here
https://github.com/kubernetes-incubator/cri-containerd/issues/341
The changes include using cadvisor stats in addition to CRI stats
for CRI runtimes. As described in the issue above , the CRI stats
currently doesnt provide all the necessary stats for the kubelet.
This commit addreses the need to extract stats from cadvisor which
is not available as CRI stats.

Signed-off-by: abhi <abhi@docker.com>
2017-11-22 22:48:37 -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 Integrating cadvisor stats to CRI Pod stats collection 2017-11-22 22:48:37 -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 Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
helper.go Integrating cadvisor stats to CRI Pod stats collection 2017-11-22 22:48:37 -08:00
stats_provider_test.go Add Pod-level local ephemeral storage metric in Summary API 2017-11-20 16:32:38 -08:00
stats_provider.go Fix imagefs stats. 2017-09-29 22:15:48 +00:00