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

Outlier detection load balancer (1.49.x backport) #9471

Merged
merged 1 commit into from
Aug 22, 2022

Commits on Aug 22, 2022

  1. Outlier detection load balancer (grpc#9447)

    New outlier detection load balancer.
    
    Tracks all RPC results to the addresses it is configured with and periodically attempts
    to detect outlier. It wraps a child load balancer from which it hides any addresses that
    are deemed outliers.
    
    As specified in gRFC A50: gRPC xDS Outlier Detection Support:
    https://github.com/grpc/proposal/blob/master/A50-xds-outlier-detection.md
    temawi committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3aa0da6 View commit details
    Browse the repository at this point in the history