-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[receiver/otlp] Promote component.UseLocalHostAsDefaultHost
to beta
#10352
[receiver/otlp] Promote component.UseLocalHostAsDefaultHost
to beta
#10352
Conversation
3f8d0b0
to
9b0456f
Compare
+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
9421dc1
to
25eac70
Compare
25eac70
to
ccc5cd9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10352 +/- ##
=======================================
Coverage 92.40% 92.40%
=======================================
Files 393 393
Lines 18584 18584
=======================================
Hits 17173 17173
Misses 1056 1056
Partials 355 355 ☔ View full report in Codecov by Sentry. |
level: warn | ||
level: info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to make the Windows service test pass. Before this change, we had the warning from confighttp and configgrpc, but after it there are no logs at warn level with this config, which makes the assertion that the logs were stored in a file fail
Please also take a look at the contrib counterpart, open-telemetry/opentelemetry-collector-contrib/pull/33658, cc @TylerHelmuth |
…eta (#33658) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Counterpart to open-telemetry/opentelemetry-collector/pull/10352. **Link to tracking Issue:** open-telemetry/opentelemetry-collector/issues/8510
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
Description
Promotes
component.UseLocalHostAsDefaultHost
feature gate to beta.Link to tracking issue
Updates #8510