-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address #7933
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7933 +/- ##
==========================================
+ Coverage 82.08% 82.12% +0.03%
==========================================
Files 379 379
Lines 38230 38230
==========================================
+ Hits 31380 31395 +15
+ Misses 5550 5539 -11
+ Partials 1300 1296 -4 |
It probably changed after version bump of |
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.
lgtm. Will wait for @dfawley for final approval.
…erver listen on an IPV4 address (grpc#7933)
This PR makes the example server listen explicitly on IPV4. This was causing issues as sometimes the system would listen on IPV6 in previous state which would not align with the LDS Resource.
RELEASE NOTES: