Skip to content

Commit 03c8e06

Browse files
authored
Merge pull request #38811 from windsonsea/resmon
[zh] sync resource-usage-monitoring.md
2 parents fe2548b + 317005e commit 03c8e06

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

content/zh-cn/docs/tasks/debug/debug-cluster/resource-usage-monitoring.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
content_type: concept
33
title: 资源监控工具
4+
weight: 15
45
---
56
<!--
67
reviewers:
78
- mikedanese
89
content_type: concept
910
title: Tools for Monitoring Resources
11+
weight: 15
1012
-->
1113

1214
<!-- overview -->
@@ -24,9 +26,8 @@ where bottlenecks can be removed to improve overall performance.
2426
-->
2527
要扩展应用程序并提供可靠的服务,你需要了解应用程序在部署时的行为。
2628
你可以通过检测容器检查 Kubernetes 集群中的应用程序性能,
27-
[Pod](/zh-cn/docs/concepts/workloads/pods),
28-
[服务](/zh-cn/docs/concepts/services-networking/service/)
29-
和整个集群的特征。
29+
[Pod](/zh-cn/docs/concepts/workloads/pods)
30+
[服务](/zh-cn/docs/concepts/services-networking/service/)和整个集群的特征。
3031
Kubernetes 在每个级别上提供有关应用程序资源使用情况的详细信息。
3132
此信息使你可以评估应用程序的性能,以及在何处可以消除瓶颈以提高整体性能。
3233

@@ -37,9 +38,8 @@ In Kubernetes, application monitoring does not depend on a single monitoring sol
3738
On new clusters, you can use [resource metrics](#resource-metrics-pipeline) or
3839
[full metrics](#full-metrics-pipeline) pipelines to collect monitoring statistics.
3940
-->
40-
在 Kubernetes 中,应用程序监控不依赖单个监控解决方案。
41-
在新集群上,你可以使用[资源度量](#resource-metrics-pipeline)
42-
[完整度量](#full-metrics-pipeline)管道来收集监视统计信息。
41+
在 Kubernetes 中,应用程序监控不依赖单个监控解决方案。在新集群上,
42+
你可以使用[资源度量](#resource-metrics-pipeline)[完整度量](#full-metrics-pipeline)管道来收集监视统计信息。
4343

4444
<!--
4545
## Resource metrics pipeline
@@ -116,10 +116,9 @@ Full metrics pipeline projects that are not part of the CNCF are outside the sco
116116
节点和 Prometheus 本身。
117117
完整度量管道项目不属于 CNCF 的一部分,不在 Kubernetes 文档的范围之内。
118118

119-
<!--
120119
## {{% heading "whatsnext" %}}
121120

122-
121+
<!--
123122
Learn about additional debugging tools, including:
124123
125124
* [Logging](/docs/concepts/cluster-administration/logging/)
@@ -129,8 +128,6 @@ Learn about additional debugging tools, including:
129128
* [Connecting to containers via port forwarding](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
130129
* [Inspect Kubernetes node with crictl](/docs/tasks/debug/debug-cluster/crictl/)
131130
-->
132-
## {{% heading "接下来" %}}
133-
134131
了解其他调试工具,包括:
135132

136133
* [日志记录](/zh-cn/docs/concepts/cluster-administration/logging/)

0 commit comments

Comments
 (0)