Skip to content

Commit

Permalink
[YUNIKORN-2943] Fix typo in Prometheus monitoring guide
Browse files Browse the repository at this point in the history
  • Loading branch information
blueBlue0102 committed Oct 22, 2024
1 parent 94e1dce commit 5a84ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/observability/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 5a84ca6

Please sign in to comment.