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

loadbalancer-experimental: Rename HealthChecker to OutlierDetector #2860

Merged

Conversation

bryce-anderson
Copy link
Contributor

Motivation:

HealthChecker has a very different meaning in most existing contexts which is an abstraction that will verify if a host is healthy (or not). We use it to define the entire system of detecting bad hosts which may cause confusion.

Modifications:

  • Align with the more common industry terminology.
  • Add type parameters to things that may need to know the concrete type of the connection (C) in the future for true health checking.

Motivation:

HealthChecker has a very different meaning in most existing contexts
which is an abstraction that will verify if a host is healthy (or not).
We use it to define the entire system of detecting bad hosts which
may cause confusion.

Modifications:

- Align with the more common industry terminology.
- Add type parameters to things that may need to know the concrete
  type of the connection (C) in the future for true health checking.
@bryce-anderson bryce-anderson merged commit 9b1a8a6 into apple:main Mar 8, 2024
15 checks passed
@bryce-anderson bryce-anderson deleted the bl_anderson/OutlierDetectorRenames branch March 8, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants