-
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
Remove warning when 0.0.0.0 is used #11902
Merged
mx-psi
merged 5 commits into
open-telemetry:main
from
ChrsMark:remove_net_interface_warn
Dec 17, 2024
Merged
Remove warning when 0.0.0.0 is used #11902
mx-psi
merged 5 commits into
open-telemetry:main
from
ChrsMark:remove_net_interface_warn
Dec 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChrsMark
force-pushed
the
remove_net_interface_warn
branch
from
December 16, 2024 15:51
9ccbba9
to
2bfac38
Compare
mx-psi
reviewed
Dec 16, 2024
dmitryax
approved these changes
Dec 17, 2024
@ChrsMark please rebase |
mx-psi
approved these changes
Dec 17, 2024
ChrsMark
force-pushed
the
remove_net_interface_warn
branch
3 times, most recently
from
December 17, 2024 10:39
c4717ae
to
bf3e0d3
Compare
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
ChrsMark
force-pushed
the
remove_net_interface_warn
branch
from
December 17, 2024 15:01
0f3c9dc
to
e403420
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11902 +/- ##
==========================================
+ Coverage 91.59% 91.62% +0.03%
==========================================
Files 448 447 -1
Lines 23761 23729 -32
==========================================
- Hits 21763 21741 -22
+ Misses 1623 1613 -10
Partials 375 375 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ChrsMark <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Based on the discussions from #11713 (comment) and #8510 (comment) the warning message logged when
0.0.0.0
is used, should be removed.Link to tracking issue
Probably fixes #11713
Testing
Documentation
/cc @mx-psi