Avoid syntax error for insecure key (#45)

According to the docs: https://opentelemetry.io/docs/collector/configuration/#exporters the insecure key should be inside tls key otherwise the service doesn't start.
This commit is contained in:
Raphael D. Pinheiro 2021-11-24 18:38:59 +01:00 committed by GitHub
parent b4046eb073
commit 8755d5fdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ exporters:
endpoint: "http://zipkin:9411/api/v2/spans"
jaeger:
endpoint: jaeger-all-in-one:14250
insecure: true
tls:
insecure: true
extensions:
zpages: {}
service: