File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
content/en/docs/reference/instrumentation Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use the CRI based collection mechanism.
23
23
24
24
## CRI Pod & Container Metrics
25
25
26
- With ` PodAndContainerStatsFromCRI ` enabled, the kubelet will poll the underlying container
26
+ With ` PodAndContainerStatsFromCRI ` enabled, the kubelet polls the underlying container
27
27
runtime for pod and container stats instead of inspecting the host system directly using cAdvisor.
28
28
The benefits of relying on the container runtime for this information as opposed to direct
29
29
collection with cAdvisor include:
@@ -34,7 +34,5 @@ collection with cAdvisor include:
34
34
35
35
- It further decouples the kubelet and the container runtime allowing collection of metrics for
36
36
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
+
You can’t perform that action at this time.
0 commit comments