opentelemetry-rust icon indicating copy to clipboard operation
opentelemetry-rust copied to clipboard

Fix config for otlp example and integration test

Open krlohnes opened this issue 6 months ago • 4 comments

Fixes #1998

Changes

With updates to the otel collector 0.104+, the collector now binds to localhost by default. The config now needs to explicitly allow access from outside the docker container.

Merge requirement checklist

  • [ ] CONTRIBUTING guidelines followed
  • [ ] Unit tests added/updated (if applicable)
  • [ ] Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • [ ] Changes in public API reviewed (if applicable)

krlohnes avatar Aug 08 '24 13:08 krlohnes