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

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 46a5f58cb7 [YUNIKORN-2943] Fix typo in Prometheus monitoring guide 
(#495)
46a5f58cb7 is described below

commit 46a5f58cb708a6bd44463cb305dfc244e1ab7f07
Author: Tzu-Hua Lan <[email protected]>
AuthorDate: Thu Oct 24 12:33:10 2024 -0500

    [YUNIKORN-2943] Fix typo in Prometheus monitoring guide (#495)
    
    Closes: #495
    
    Signed-off-by: Craig Condit <[email protected]>
---
 docs/user_guide/observability/prometheus.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user_guide/observability/prometheus.md 
b/docs/user_guide/observability/prometheus.md
index 5a45a15b4e..b5acf7f446 100644
--- a/docs/user_guide/observability/prometheus.md
+++ b/docs/user_guide/observability/prometheus.md
@@ -105,7 +105,7 @@ kubectl create namespace prometheus
 helm install prometheus prometheus-community/kube-prometheus-stack -n 
prometheus
 ```
 
-### 3. Use Service Mointor to Define monitor yunikorn service target
+### 3. Use Service Monitor to Define monitor yunikorn service target
 
 create `yunikorn-service-monitor.yaml` as following configuration.
 
@@ -144,7 +144,7 @@ kubectl port-forward -n prometheus 
svc/prometheus-kube-prometheus-prometheus 909
 
 After running port-forward, you can enter 
[localhost:9090](http://localhost:9090) to access Prometheus Web UI.
 
-We can search yunikorn keyword to find the mointor target in targets page, and 
check the status.
+We can search yunikorn keyword to find the monitor target in targets page, and 
check the status.
 
 
![prometheus-web-ui-target-yunikorn](../../assets/prometheus-web-ui-target-yunikorn.png)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to