mirror of https://github.com/knative/docs.git
Fix link to collector.yaml (#4474)
This commit is contained in:
parent
79e4639009
commit
706480e4d1
|
@ -107,7 +107,7 @@ In the following example, you can configure a single collector instance using a
|
|||
1. Create a Deployment, Service, and ConfigMap for the collector by entering the following command:
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/knative/docs/main/docs/admin/observability/collecting-metrics/collector.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/knative/docs/main/docs/serving/observability/metrics/collector.yaml
|
||||
```
|
||||
|
||||
1. Update the `config-observability` ConfigMaps in the Knative Serving and
|
||||
|
|
Loading…
Reference in New Issue