From 3d5981881f8d56e3c5a10805771f4561bebc7de7 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 26 Apr 2023 12:27:26 +0200 Subject: [PATCH] [examples] Update local example to use localhost --- examples/local/otel-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/local/otel-config.yaml b/examples/local/otel-config.yaml index c6a64d70310..692949085d7 100644 --- a/examples/local/otel-config.yaml +++ b/examples/local/otel-config.yaml @@ -2,13 +2,15 @@ extensions: memory_ballast: size_mib: 512 zpages: - endpoint: 0.0.0.0:55679 + endpoint: localhost:55679 receivers: otlp: protocols: grpc: + endpoint: localhost:4317 http: + endpoint: localhost:4318 processors: batch: @@ -21,7 +23,7 @@ processors: exporters: logging: - loglevel: debug + verbosity: detailed service: pipelines: