mirror of https://github.com/knative/docs.git
bug fix according to https://github.com/open-telemetry/opentelemetry-collector/issues/3845. (#4120)
fix error: 'service.extensions[0]' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[health_check: pprof: zpages:]'
This commit is contained in:
parent
f95fdef486
commit
d5c7877855
|
@ -14,11 +14,13 @@ data:
|
|||
prometheus:
|
||||
endpoint: "0.0.0.0:8889"
|
||||
|
||||
extensions:
|
||||
health_check:
|
||||
pprof:
|
||||
zpages:
|
||||
|
||||
service:
|
||||
extensions:
|
||||
health_check:
|
||||
pprof:
|
||||
zpages:
|
||||
extensions: [health_check, pprof, zpages]
|
||||
pipelines:
|
||||
metrics:
|
||||
receivers: [opencensus]
|
||||
|
|
Loading…
Reference in New Issue