Skip to content

Commit

Permalink
[chore] Add explicit endpoint on examples (#33930)
Browse files Browse the repository at this point in the history
Following open-telemetry/opentelemetry-collector/pull/10352 we need to
update examples to use `0.0.0.0`.

Relates to open-telemetry/opentelemetry-collector/issues/8510
  • Loading branch information
mx-psi committed Jul 5, 2024
1 parent f5d54da commit 59170a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/demo/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317

exporters:
prometheus:
Expand Down
2 changes: 2 additions & 0 deletions examples/nomad/otel-collector.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
Expand Down

0 comments on commit 59170a3

Please sign in to comment.