Skip to content

Commit 99721e5

Browse files
committed
pr comments
1 parent cde1ecc commit 99721e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/reference/instrumentation/cri-pod-container-metrics.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use the CRI based collection mechanism.
2323

2424
## CRI Pod & Container Metrics
2525

26-
With `PodAndContainerStatsFromCRI` enabled, the kubelet will poll the underlying container
26+
With `PodAndContainerStatsFromCRI` enabled, the kubelet polls the underlying container
2727
runtime for pod and container stats instead of inspecting the host system directly using cAdvisor.
2828
The benefits of relying on the container runtime for this information as opposed to direct
2929
collection with cAdvisor include:
@@ -34,7 +34,5 @@ collection with cAdvisor include:
3434

3535
- It further decouples the kubelet and the container runtime allowing collection of metrics for
3636
container runtimes that don't run processes directly on the host with kubelet where they are
37-
observable by cAdvisor (e.g. VM based runtimes).
38-
39-
Collecting this information from the CRI will become the default and the current cAdvisor collection
40-
of metrics from the host will become fully deprecated in a future Kubernetes release.
37+
observable by cAdvisor (for example: container runtimes that use virtualization).
38+

0 commit comments

Comments
 (0)