Skip to content

Commit 5ff0d81

Browse files
authored
Merge pull request #27299 from wangyysde/patch-2
[zh]translation optimization
2 parents 2e22643 + 0783316 commit 5ff0d81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/concepts/cluster-administration/system-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ System component metrics can give a better look into what is happening inside th
2222
Kubernetes components emit metrics in [Prometheus format](https://prometheus.io/docs/instrumenting/exposition_formats/).
2323
This format is structured plain text, designed so that people and machines can both read it.
2424
-->
25-
系统组件指标可以更好地了解系统内部发生的情况。指标对于构建仪表板和告警特别有用
25+
通过系统组件指标可以更好地了解系统组个内部发生的情况。系统组件指标对于构建仪表板和告警特别有用
2626

2727
Kubernetes 组件以 [Prometheus 格式](https://prometheus.io/docs/instrumenting/exposition_formats/)
2828
生成度量值。
@@ -37,10 +37,10 @@ In most cases metrics are available on `/metrics` endpoint of the HTTP server. F
3737
3838
Examples of those components:
3939
-->
40-
## Kubernetes 中的指标
40+
## Kubernetes 中组件的指标
4141

42-
在大多数情况下,可以在 HTTP 服务器的 `/metrics` 端点上访问度量值
43-
对于默认情况下不公开端点的组件,可以使用 `--bind-address` 标志启用。
42+
在大多数情况下,可以通过 HTTP 访问组件的 `/metrics` 端点来获取组件的度量值
43+
对于那些默认情况下不暴露端点的组件,可以使用 `--bind-address` 标志启用。
4444

4545
这些组件的示例:
4646

0 commit comments

Comments
 (0)