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:
jinxin-fu 2021-08-18 11:28:08 +08:00 committed by GitHub
parent f95fdef486
commit d5c7877855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

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