From 8755d5fdbac5035e5b95c5766b2dac83fc575aea Mon Sep 17 00:00:00 2001 From: "Raphael D. Pinheiro" Date: Wed, 24 Nov 2021 18:38:59 +0100 Subject: [PATCH] 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. --- examples/basic_elixir/otel-collector-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/basic_elixir/otel-collector-config.yaml b/examples/basic_elixir/otel-collector-config.yaml index f166a1a..133bc77 100644 --- a/examples/basic_elixir/otel-collector-config.yaml +++ b/examples/basic_elixir/otel-collector-config.yaml @@ -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: