Skip to content

Commit

Permalink
[YUNIKORN-2943] Fix typo in Prometheus monitoring guide (#495)
Browse files Browse the repository at this point in the history
Closes: #495

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Oct 24, 2024
1 parent 55f1d7e commit 46a5f58
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 46a5f58

Please sign in to comment.