-
Notifications
You must be signed in to change notification settings - Fork 377
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
xds: move ready to dynamic listener #5079
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5079 +/- ##
==========================================
- Coverage 66.93% 66.86% -0.08%
==========================================
Files 210 211 +1
Lines 32984 33228 +244
==========================================
+ Hits 22079 22217 +138
- Misses 9570 9655 +85
- Partials 1335 1356 +21 ☔ View full report in Codecov by Sentry. |
wait #5117 |
@@ -86,6 +83,7 @@ type bootstrapParameters struct { | |||
// EnablePrometheusCompression defines whether to enable HTTP compression on metrics endpoint for prometheus. | |||
EnablePrometheusCompression bool |
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.
should we delete fields no longer used ?
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.
I recall I addressed this with a TODO for following refactor.
Do we want to maybe keep prom stats in bootstrap config and serve readiness on a different port to avoid breaking scraping? |
IIUC, now they share the listener. |
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
11f2104
to
2a5a127
Compare
fixes: #2810