Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config for otlp example and integration test #2003

Closed
wants to merge 4 commits into from

Conversation

krlohnes
Copy link

@krlohnes krlohnes commented Aug 8, 2024

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)

Fixes open-telemetry#1998

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.
@krlohnes krlohnes requested a review from a team August 8, 2024 13:56
Copy link

linux-foundation-easycla bot commented Aug 8, 2024

CLA Not Signed

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.0%. Comparing base (9cbf693) to head (afb3f38).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2003   +/-   ##
=====================================
  Coverage   79.0%   79.0%           
=====================================
  Files        121     121           
  Lines      20856   20856           
=====================================
  Hits       16482   16482           
  Misses      4374    4374           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lalitb lalitb added the integration tests Run integration tests label Aug 8, 2024
@lalitb
Copy link
Member

lalitb commented Aug 8, 2024

@krlohnes Thanks for the PR. Changes look good, but you need to sign the CLA before it can be merged.

@krlohnes
Copy link
Author

krlohnes commented Aug 8, 2024

@lalitb I'm working through the CLA process with the company I work for.

@cijothomas
Copy link
Member

@krlohnes Any progress with getting CLA process solved?

@cijothomas cijothomas requested a review from a team as a code owner October 5, 2024 14:25
@krlohnes
Copy link
Author

krlohnes commented Oct 6, 2024

@cijothomas I unfortunately haven't made any progress on that front. I'm going to close this.

@krlohnes krlohnes closed this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration tests Run integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: otlp example does not work without configuration update
4 participants