Skip to content
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

Feature Request: Support configurable panic threshold #239

Open
rexnp opened this issue Jul 29, 2020 · 0 comments
Open

Feature Request: Support configurable panic threshold #239

rexnp opened this issue Jul 29, 2020 · 0 comments
Assignees
Labels
enhancement Roadmap: Accepted We are planning on doing this work.

Comments

@rexnp
Copy link

rexnp commented Jul 29, 2020

If you want to see App Mesh implement this idea, please upvote with a 👍.

Tell us about your request
Envoy today uses a default 50% panic threshold in each of its clusters. Panic threshold allows Envoy to fall back on routing traffic to unhealthy/degraded hosts if the overall percentage of healthy hosts within the cluster falls below this value.

Which integration(s) is this request for?
all

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Effectively, panic threshold allows Envoy to override certain mechanisms like active health checks and outlier detection if half of the hosts within the cluster are unhealthy. Allowing panic threshold to be configurable means users have the option to further control whether and when a client should continue routing requests to potentially unhealthy endpoints or to stop sending traffic altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Roadmap: Accepted We are planning on doing this work.
Projects
None yet
Development

No branches or pull requests

4 participants