fix for issue-4233: correctly sourced collector with a fix (#4267)

This commit is contained in:
dhruv behl 2021-09-22 11:23:18 +05:30 committed by GitHub
parent 3ac69a5cab
commit 59938d58a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -16,7 +16,7 @@ data:
extensions:
health_check:
pprof:
zpages
zpages:
service:
extensions: [health_check, pprof, zpages]
pipelines: