-
Notifications
You must be signed in to change notification settings - Fork 381
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
feat: add support for Passive Health Checks (Outlier Detection) #2556
Conversation
Signed-off-by: yeedove <[email protected]>
Signed-off-by: yeedove <[email protected]>
Signed-off-by: yeedove <[email protected]>
Signed-off-by: yeedove <[email protected]>
Signed-off-by: yeedove <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2556 +/- ##
==========================================
- Coverage 64.09% 63.88% -0.21%
==========================================
Files 119 119
Lines 18628 18753 +125
==========================================
+ Hits 11939 11980 +41
- Misses 5906 5984 +78
- Partials 783 789 +6 ☔ View full report in Codecov by Sentry. |
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.
add some comments, generally LGTM
let's fcous on API first, otherwise there may be a lot of waste your time. |
Signed-off-by: yeedove <[email protected]>
/retest |
thanks for adding this API @yeedove |
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 thanks for introducing this !
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
Signed-off-by: yeedove <[email protected]>
Resolved the conflict. |
…yproxy#2556) * feat: add support for Passive Health Checks (Outlier Detection) Signed-off-by: yeedove <[email protected]> * fix lint Signed-off-by: yeedove <[email protected]> * fix gen * use ptr type for the optional Signed-off-by: yeedove <[email protected]> --------- Signed-off-by: yeedove <[email protected]> Signed-off-by: Stéphane Cottin <[email protected]>
What this PR does / why we need it:
add support for Passive Health Checks
https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/outlier
Which issue(s) this PR fixes:
Fixes #2552