Skip to content

Commit 6bf3ce3

Browse files
committed
cri-container-stats: fix broken link to legacy summary API
1 parent 742654e commit 6bf3ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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://git.k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1/types.go)
15+
API](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/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
@@ -86,7 +86,7 @@ message FilesystemUsage {
8686
// The underlying storage of the filesystem.
8787
StorageIdentifier storage_id = 2;
8888
// UsedBytes represents the bytes used for images on the filesystem.
89-
// This may differ from the total bytes used on the filesystem and may not
89+
// This may differ from the total bytes used on the filesystem and may not
9090
// equal CapacityBytes - AvailableBytes.
9191
UInt64Value used_bytes = 3;
9292
// InodesUsed represents the inodes used by the images.

0 commit comments

Comments
 (0)