File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
contributors/devel/sig-node Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Historically Kubelet relied on the [cAdvisor](https://github.com/google/cadvisor
12
12
library, an open-source project hosted in a separate repository, to retrieve
13
13
container metrics such as CPU and memory usage. These metrics are then aggregated
14
14
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 )
16
16
for the monitoring pipeline (and other components) to consume. Any container
17
17
runtime (e.g., Docker and Rkt) integrated with Kubernetes needed to add a
18
18
corresponding package in cAdvisor to support tracking container and image file
You can’t perform that action at this time.
0 commit comments