Skip to content

Commit 3b53e37

Browse files
committed
fix: fix URL to dashboard json files
1 parent 343350d commit 3b53e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/versioned/eventing/observability/metrics/collecting-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ function: how-to
4242
1. If you are using the Grafana Helm Chart with the dashboard sidecar enabled (the default), you can load the dashboards by applying the following configmaps.
4343

4444
```bash
45-
kubectl apply -f https://raw.githubusercontent.com/knative-extensions/monitoring/main/config/configmap-eventing-dashboard.yaml
45+
kubectl apply -f https://raw.githubusercontent.com/knative-extensions/monitoring/main/config/configmap-eventing-dashboard.json
4646
```

docs/versioned/serving/observability/metrics/collecting-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ function: how-to
4646
1. If you are using the Grafana Helm Chart with the dashboard sidecar enabled (the default), you can load the dashboards by applying the following configmaps.
4747

4848
```bash
49-
kubectl apply -f https://raw.githubusercontent.com/knative-extensions/monitoring/main/config/configmap-serving-dashboard.yaml
49+
kubectl apply -f https://raw.githubusercontent.com/knative-extensions/monitoring/main/config/configmap-serving-dashboard.json
5050
```

0 commit comments

Comments
 (0)