Skip to content

Commit 4da2b21

Browse files
committed
fix: update monitoring docs
Signed-off-by: Bence Csati <[email protected]>
1 parent e72a531 commit 4da2b21

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/docs/operation/logging-operator-monitoring.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ For more details on installing the Prometheus operator and configuring and acces
5353
1. Install Prometheus Operator
5454

5555
```bash
56-
helm upgrade --install --wait --create-namespace --namespace logging monitor stable/prometheus-operator \
56+
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
57+
```
58+
59+
```bash
60+
helm upgrade --install --wait --create-namespace --namespace logging monitor prometheus-community/kube-prometheus-stack \
5761
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.apiVersion=1" \
5862
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.providers[0].orgId=1" \
5963
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.providers[0].type=file" \
@@ -262,7 +266,7 @@ For more details on installing the Prometheus operator and configuring and acces
262266
1. Forward Service
263267

264268
```bash
265-
kubectl port-forward svc/monitor-prometheus-operato-prometheus 9090
269+
kubectl -n logging port-forward svc/monitor-kube-prometheus-st-prometheus 9090
266270
```
267271

268272
1. Open the [Prometheus Dashboard: http://localhost:9090](http://localhost:9090)

0 commit comments

Comments
 (0)