5 comments (5 comments)5 reactions (5 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/outlier_detectionenhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Overall tracking issue for major outlier detection features:
Contributor guide
- Research direction
- Study existing outlier detection implementation for consecutive 5xx and periodic success rate; understand the outlier detection framework (e.g., OutlierDetectorImpl, EventLogger). Identify where latency metrics can be integrated (e.g., from upstream response times). Implement a new latency outlier detector that monitors cluster level latency statistics and triggers ejection when thresholds are exceeded.
- Tech stack
- cpp
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- C++Envoy internals