Skip to content

Commit

Permalink
[examples] Update local example to use localhost (#7571)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Apr 26, 2023
1 parent 9257d7f commit 56daa37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/local/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,7 +23,7 @@ processors:

exporters:
logging:
loglevel: debug
verbosity: detailed

service:
pipelines:
Expand Down

0 comments on commit 56daa37

Please sign in to comment.