From 6a73607ad0b69f5122385dba2693ce75d7166d5f Mon Sep 17 00:00:00 2001 From: wankai123 Date: Sat, 29 May 2021 11:46:57 +0800 Subject: [PATCH] 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 ddbf9b7eef..9b19e36406 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 -- GitLab