Skip to content

Commit

Permalink
doc(MONITORING): Unify 'Dataplane' links
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 5, 2024
1 parent dfad892 commit f687843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MONITORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A full-fledged Prometheus+Grafana helm chart is available in the [STUNner helm r
helm install stunner-gateway-operator stunner/stunner-gateway-operator --create-namespace --namespace=stunner-system --set stunnerGatewayOperator.dataplane.spec.enableMetricsEndpoint=true
```

Alternatively, you can enable it on existing installations by setting `enableMetricsEndpoint: true` in your [Dataplane](./CONCEPTS.md#dataplane) objects.
Alternatively, you can enable it on existing installations by setting `enableMetricsEndpoint: true` in your [Dataplane](GATEWAY.md#dataplane) objects.

> [!NOTE]
> Metrics are exposed at `http://:8080/metrics` on each STUNner pod
Expand Down

0 comments on commit f687843

Please sign in to comment.