mirror of https://github.com/knative/docs.git
fix for issue-4233: correctly sourced collector with a fix (#4267)
This commit is contained in:
parent
3ac69a5cab
commit
59938d58a0
|
@ -43,7 +43,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/master/docs/install/collecting-metrics/collector.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/knative/docs/main/docs/admin/collecting-metrics/collector.yaml
|
||||
```
|
||||
|
||||
1. Update the `config-observability` ConfigMaps in the Knative Serving and
|
||||
|
|
|
@ -16,7 +16,7 @@ data:
|
|||
extensions:
|
||||
health_check:
|
||||
pprof:
|
||||
zpages
|
||||
zpages:
|
||||
service:
|
||||
extensions: [health_check, pprof, zpages]
|
||||
pipelines:
|
||||
|
|
Loading…
Reference in New Issue