File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/zh-cn/docs/reference/instrumentation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,18 @@ By default, Kubernetes fetches node summary metrics data using an embedded
69
69
[cAdvisor](https://github.com/google/cadvisor) that runs within the kubelet. If you
70
70
enable the `PodAndContainerStatsFromCRI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
71
71
in your cluster, and you use a container runtime that supports statistics access via
72
- {{< glossary_tooltip term_id="cri " text="Container Runtime Interface">}} (CRI), then
72
+ {{< glossary_tooltip term_id="container-runtime-interface " text="Container Runtime Interface">}} (CRI), then
73
73
the kubelet [fetches Pod- and container-level metric data using CRI](/docs/reference/instrumentation/cri-pod-container-metrics), and not via cAdvisor.
74
74
-->
75
75
## 概要指标 API 源 {#summary-api-source}
76
76
77
77
默认情况下,Kubernetes 使用 kubelet 内运行的嵌入式 [ cAdvisor] ( https://github.com/google/cadvisor )
78
78
获取节点概要指标数据。如果你在自己的集群中启用 ` PodAndContainerStatsFromCRI `
79
79
[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) ,
80
- 且你通过{{< glossary_tooltip term_id="cri " text="容器运行时接口">}} ( CRI) 使用支持统计访问的容器运行时,
80
+ 且你通过{{< glossary_tooltip term_id="container-runtime-interface " text="容器运行时接口">}}( CRI) 使用支持统计访问的容器运行时,
81
81
则 kubelet [ 将使用 CRI 来获取 Pod 和容器级别的指标数据] ( /zh-cn/docs/reference/instrumentation/cri-pod-container-metrics ) ,
82
82
而不是 cAdvisor 来获取。
83
+
83
84
## {{% heading "whatsnext" %}}
84
85
85
86
<!--
You can’t perform that action at this time.
0 commit comments