Skip to content

Commit 456ca8e

Browse files
Update contributors/devel/sig-node/cri-container-stats.md
Co-authored-by: Sergey Kanzhelev <[email protected]>
1 parent 6bf3ce3 commit 456ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-node/cri-container-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Historically Kubelet relied on the [cAdvisor](https://github.com/google/cadvisor
1212
library, an open-source project hosted in a separate repository, to retrieve
1313
container metrics such as CPU and memory usage. These metrics are then aggregated
1414
and exposed through Kubelet's [Summary
15-
API](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/apis/stats/v1alpha1/types.go)
15+
API](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/pkg/apis/stats/v1alpha1/types.go)
1616
for the monitoring pipeline (and other components) to consume. Any container
1717
runtime (e.g., Docker and Rkt) integrated with Kubernetes needed to add a
1818
corresponding package in cAdvisor to support tracking container and image file

0 commit comments

Comments
 (0)