You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/29 03:47:16 UTC

[skywalking] branch master updated: chore: fix some typos (#7036)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a73607  chore: fix some typos (#7036)
6a73607 is described below

commit 6a73607ad0b69f5122385dba2693ce75d7166d5f
Author: wankai123 <wa...@foxmail.com>
AuthorDate: Sat May 29 11:46:57 2021 +0800

    chore: fix some typos (#7036)
---
 docs/en/setup/backend/backend-infrastructure-monitoring.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/backend/backend-infrastructure-monitoring.md b/docs/en/setup/backend/backend-infrastructure-monitoring.md
index ddbf9b7..9b19e36 100644
--- a/docs/en/setup/backend/backend-infrastructure-monitoring.md
+++ b/docs/en/setup/backend/backend-infrastructure-monitoring.md
@@ -59,7 +59,7 @@ Defined the k8s-service as an `Endpoint` in OAP, the name is `$serviceName.$name
 ## Supported Metrics
 From the different point of view to monitor the K8s, there are 3 kinds of metrics: [Cluster](#cluster) / [Node](#node) / [Service](#service) 
 
-### CLuster 
+### Cluster 
 These metrics are related to the selected cluster(`Current Service in the dashboard`).
 
 | Monitoring Panel | Unit | Metric Name | Description | Data Source |
@@ -116,4 +116,4 @@ In these metrics, the pods are related to the selected service (`Current Endpoin
 ## Customizing 
 You can customize your own metrics/expression/dashboard panel.   
 The metrics definition and expression rules are in `/config/otel-oc-rules/k8s-cluster.yaml,/config/otel-oc-rules/k8s-node.yaml, /config/otel-oc-rules/k8s-service.yaml`.  
-The dashboard panel confirmations are in `/config/ui-initialized-templates/k8s.yml`.
\ No newline at end of file
+The dashboard panel configurations are in `/config/ui-initialized-templates/k8s.yml`.
\ No newline at end of file