File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributors/devel/sig-node Expand file tree Collapse file tree 1 file changed +2
-2
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://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 )
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
@@ -86,7 +86,7 @@ message FilesystemUsage {
86
86
// The underlying storage of the filesystem.
87
87
StorageIdentifier storage_id = 2 ;
88
88
// 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
90
90
// equal CapacityBytes - AvailableBytes.
91
91
UInt64Value used_bytes = 3 ;
92
92
// InodesUsed represents the inodes used by the images.
You can’t perform that action at this time.
0 commit comments