update some translations

This commit is contained in:
范成城 2020-02-29 22:17:23 +08:00
parent f4809488cb
commit a90a5a9ae3
1 changed files with 4 additions and 4 deletions

View File

@ -190,7 +190,7 @@ For example, for GCE these metrics are called:
### kube-controller-manager指标
控制器管理器指标提供了有关控制器管理器性能和运行状况的重要见解。这些指标包括常见的一些Go语言运行时的重要指标比如go_routine的数量和一些控制器的特定指标比如etcd的请求延迟还有一些与服务提供商比如AWS,GCE,OpenStack的API请求延时,用来评估集群的整体运行状况。
控制器管理器指标提供了有关控制器管理器性能和运行状况的重要见解。这些指标包括常见的一些Go语言运行时的重要指标比如go_routine的数量和一些控制器的特定指标比如etcd的请求时延还有一些Cloudprovider比如AWSGCEOpenStack的API请求时延,用来评估集群的整体运行状况。
从Kubernetes 1.7开始详细的Cloudprovider指标便可用于GCE AWS Vsphere和OpenStack的存储操作这些指标可用于监控持久卷运行时的健康状况。
@ -215,8 +215,8 @@ cloudprovider_gce_api_request_duration_seconds { request = "list_disk"}
* Read about the [Kubernetes deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/#deprecating-a-feature-or-behavior )
-->
* 阅读[Prometheus](https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-based-format)指标相关的文本格式
* 查看[Kubernetes](https://github.com/kubernetes/kubernetes/blob/master/test/instrumentation/testdata/stable-metrics-list.yaml)稳定版指标列表
* 查看[Kubernetes](https://kubernetes.io/docs/reference/using-api/deprecation-policy/#deprecating-a-feature-or-behavior )指标弃用策略
* 阅读[Prometheus指标相关的文本格式](https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-based-format)
* 查看[Kubernetes稳定版指标](https://github.com/kubernetes/kubernetes/blob/master/test/instrumentation/testdata/stable-metrics-list.yaml)列表
* 查看[Kubernetes指标弃用策略](https://kubernetes.io/docs/reference/using-api/deprecation-policy/#deprecating-a-feature-or-behavior )
{{% /capture %}}