diff options
| author | Martin Zacho <reach@martinzacho.com> | 2022-09-11 10:32:02 +0200 |
|---|---|---|
| committer | Martin Zacho <reach@martinzacho.com> | 2022-09-11 10:32:02 +0200 |
| commit | 6bf3ce349adcab344a7264c204474594945a5c62 (patch) | |
| tree | 6e144826bbfd704963fe6426313d27c4a881a34e | |
| parent | 742654e60e2a8ac6e39809362757f6342e681e9b (diff) | |
cri-container-stats: fix broken link to legacy summary API
| -rw-r--r-- | contributors/devel/sig-node/cri-container-stats.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/sig-node/cri-container-stats.md b/contributors/devel/sig-node/cri-container-stats.md index a1bcb537..2e01f85b 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://git.k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1/types.go) +API](https://github.com/kubernetes/kubernetes/blob/release-1.19/pkg/kubelet/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 @@ -86,7 +86,7 @@ message FilesystemUsage { // The underlying storage of the filesystem. StorageIdentifier storage_id = 2; // UsedBytes represents the bytes used for images on the filesystem. - // This may differ from the total bytes used on the filesystem and may not + // This may differ from the total bytes used on the filesystem and may not // equal CapacityBytes - AvailableBytes. UInt64Value used_bytes = 3; // InodesUsed represents the inodes used by the images. |
