mirror of https://github.com/knative/docs.git
Fix link to collector.yaml (#4501)
Co-authored-by: Mark Winter <wintermarkedward@gmail.com>
This commit is contained in:
parent
ccf398427d
commit
b35112d8f9
|
@ -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