diff options
| author | Martin Zacho <reach@martinzacho.com> | 2022-09-15 22:45:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 22:45:46 +0200 |
| commit | 456ca8eddde6b42b1dda1aeca49d03310702ec40 (patch) | |
| tree | bd7989b7654b3458d387278fd2617abbfd61e994 /contributors/devel | |
| parent | 6bf3ce349adcab344a7264c204474594945a5c62 (diff) | |
Update contributors/devel/sig-node/cri-container-stats.md
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
Diffstat (limited to 'contributors/devel')
| -rw-r--r-- | contributors/devel/sig-node/cri-container-stats.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-node/cri-container-stats.md b/contributors/devel/sig-node/cri-container-stats.md index 2e01f85b..fa12baa6 100644 --- a/contributors/devel/sig-node/cri-container-stats.md +++ b/contributors/devel/sig-node/cri-container-stats.md @@ -12,7 +12,7 @@ Historically Kubelet relied on the [cAdvisor](https://github.com/google/cadvisor library, an open-source project hosted in a separate repository, to retrieve container metrics such as CPU and memory usage. These metrics are then aggregated and exposed through Kubelet's [Summary -API](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/apis/stats/v1alpha1/types.go) +API](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/pkg/apis/stats/v1alpha1/types.go) for the monitoring pipeline (and other components) to consume. Any container runtime (e.g., Docker and Rkt) integrated with Kubernetes needed to add a corresponding package in cAdvisor to support tracking container and image file |
