Update otel-collector-config configmap (#4199)

The otel-collector-config configmap referenced in
https://knative.dev/docs/admin/collecting-metrics/#set-up-the-collector
has incorrect configuration which leads to a config loading issue causing
the otel-collector to go into a crashloop. This PR updates the config map
as per https://opentelemetry.io/docs/collector/configuration/
This commit is contained in:
Sid Shukla 2021-09-08 15:37:45 +02:00 committed by GitHub
parent 48104fe0f0
commit 665cedcbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ data:
logging:
prometheus:
endpoint: "0.0.0.0:8889"
service:
extensions:
extensions:
health_check:
pprof:
zpages:
zpages
service:
extensions: [health_check, pprof, zpages]
pipelines:
metrics:
receivers: [opencensus]