Skip to content

Commit

Permalink
Merge pull request #10 from MindTooth/fix/broken_link_for_monitoring
Browse files Browse the repository at this point in the history
docs: fix broken link to service monitoring
  • Loading branch information
fjogeleit authored Jan 10, 2024
2 parents 437d82a + 74cb21a commit d1eb069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/01. guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ kubectl port-forward service/policy-reporter-ui 8081:8080 -n policy-reporter

Install Policy Reporter core application with metrics enabled and the monitoring subchart to install a ServiceMonitor and three pre-configured Grafana Dashboards. Change the `monitoring.grafana.namespace` as needed as well as `monitoring.serviceMonitor.labels` to match the `serviceMonitorSelector` of your Prometheus CRD.

See <a href="/guide/helm-chart-core#configure-the-servicemonitor" target="_blank">Helm Chart - Monitoring</a> for details.
See [Helm Chart - Monitoring](helm-chart-core#configure-the-servicemonitor) for details.

```bash
helm upgrade --install policy-reporter policy-reporter/policy-reporter --set monitoring.enabled=true --set monitoring.grafana.namespace=monitoring --set monitoring.serviceMonitor.labels.release=monitoring -n policy-reporter --create-namespace
Expand Down

0 comments on commit d1eb069

Please sign in to comment.