-
Notifications
You must be signed in to change notification settings - Fork 463
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
Conversation
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.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@krlohnes Thanks for the PR. Changes look good, but you need to sign the CLA before it can be merged. |
@lalitb I'm working through the CLA process with the company I work for. |
@krlohnes Any progress with getting CLA process solved? |
@cijothomas I unfortunately haven't made any progress on that front. I'm going to close this. |
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
CHANGELOG.md
files updated for non-trivial, user-facing changes