Skip to content

Commit

Permalink
Merge pull request #259 from kube-logging/fix/deprecated-prometheus-h…
Browse files Browse the repository at this point in the history
…elm-chart

fix: update monitoring docs
  • Loading branch information
fekete-robert authored Oct 10, 2024
2 parents e72a531 + 4da2b21 commit 94b8559
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/docs/operation/logging-operator-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ For more details on installing the Prometheus operator and configuring and acces
1. Install Prometheus Operator

```bash
helm upgrade --install --wait --create-namespace --namespace logging monitor stable/prometheus-operator \
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
```

```bash
helm upgrade --install --wait --create-namespace --namespace logging monitor prometheus-community/kube-prometheus-stack \
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.apiVersion=1" \
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.providers[0].orgId=1" \
--set "grafana.dashboardProviders.dashboardproviders\\.yaml.providers[0].type=file" \
Expand Down Expand Up @@ -262,7 +266,7 @@ For more details on installing the Prometheus operator and configuring and acces
1. Forward Service

```bash
kubectl port-forward svc/monitor-prometheus-operato-prometheus 9090
kubectl -n logging port-forward svc/monitor-kube-prometheus-st-prometheus 9090
```

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

0 comments on commit 94b8559

Please sign in to comment.