-
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
[unrevert][config{grpc,http}] Add warning when using unspecified address #6421
[unrevert][config{grpc,http}] Add warning when using unspecified address #6421
Conversation
…telemetry#6267) * [config/config{grpc,http}] Add warning when using a 0.0.0.0 endpoint * Add warning when using unspecified address * Add changelog entry * Fix tests * Fix HTTP tests * Apply suggestions from code review Co-authored-by: Alex Boten <[email protected]> * Use IsUnspecified method * no else after return * Move shared code to internal Co-authored-by: Alex Boten <[email protected]> (cherry picked from commit 396964d)
Codecov ReportBase: 91.75% // Head: 91.77% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6421 +/- ##
==========================================
+ Coverage 91.75% 91.77% +0.01%
==========================================
Files 237 238 +1
Lines 13638 13670 +32
==========================================
+ Hits 12514 12546 +32
Misses 893 893
Partials 231 231
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Needs a rebase
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.>
Unrevert #6267 and make it so that we never error out.
Add support for
:
and:<port>
address typesLink to tracking Issue: Fixes #6406