You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: